text
stringlengths
1
39.9k
label
stringlengths
4
23
dataType
stringclasses
2 values
communityName
stringlengths
4
23
datetime
stringdate
2012-10-12 00:00:00
2025-05-28 00:00:00
username_encoded
stringlengths
136
160
url_encoded
stringlengths
220
476
Hey all! Looking for guidance/assistance. I am learning R on my own and watching different YouTube videos out there. In this one specific, the linear model was created to predict the season wins of a given team, using baseball stats such as: R, H, X2B, X3B, HR, SO, RA. The guy in the video says that doubles (X2B) , triples (X3B) and strikeouts (SO) are not significant variables to the model. I understand this is given by the Pr(> ltl) column, but how can I β€œidentify” that? What gives away that those 3 variables are not significant? I am extremely new to statistics in general so please talk to me as if I don’t know anything (cause I don’t lol). Figured I’d ask for help from the masterminds in here!
r/sportsanalytics
post
r/sportsanalytics
2024-11-29
Z0FBQUFBQm9OZU1CTEw1ZVFIV2VLQnUzRGNNNGp5T2stOVhDcGJJZnZNM3pIQVNYTjZVUHFKcy1PLXhjUEt5UWxKXzlReGlyX2RMWGhEWUZiRnVYMk8xTENRXzUwOU9zUEE9PQ==
Z0FBQUFBQm9OZU1JQmFhTEVwdW5aODhVNGVuc2hOajhtQXdlaEZzMW1UYzA5NFdRQmFtSE1oN2x1NG1vTVZuQ3BFajNmZUduRU9vVWhDVmltOXp2aDREejdYdFYwb0xHRk03dm5OZHhaV0o3c1BNN1ZPTlJfRVZhUXZ4RGtWQ2t5SXRIT09vcm9kNTdzRE1Vckx2VUJlMGRhS0Zhbm8zYkhuODMzOHVfU29mSWhFeE05OXI4RnRwVXl3TmlVeHd6QWRmc08tanhlUW1T
LegalZoom is yet another interesting story. After all, how is a \~1.2bn company connected with O.J. Simpson, Kim Kardashian, Jessica Alba, and Kobe Bryant, all in completely unrelated ways? As someone with a legal background, it’s impossible not to recognize Robert Shapiro as one of LegalZoom's founders. Shapiro was part of O.J. Simpson's "Dream Team" of attorneys, who famously led to his acquittal in what is often called the "trial of the century." Brian Lee, another co-founder, partnered with Kim Kardashian and Shapiro to launch ShoeDazzle\[.\]com, and later teamed up with Jessica Alba to create The Honest Company. Finally, Jeff Stibel, LegalZoom's newly appointed CEO, co-founded Bryant Stibel with NBA Hall of Famer Kobe Bryant. Enough with celebs. Let’s focus on the stock! Within months of the initial Covid-induced lockdowns in 2020, new business applications, a key indicator of future business formations, rose and have since remained above pre-pandemic levels. As business formations serve as a gateway for customers to access LZ’s broader ecosystem, the question is whether there will be a regressions towards pre-pandemic levels, and to what extent. While the relationship with job quit rates have proven to be spurious, other factors have contributed to this growth, including trends in remote and hybrid work, the proliferation of alternative income streams (e.g., NIL, influencers, and freelancing), the improvement of digital enablement tools (e.g., gig platforms), and the availability of SMB loans and grants. Weighing these factors, I expect a limited regression, after which business applications will resume growing at MSD-to-HSD rates. Additionally, Jeff Stibel, the newly appointed CEO, argues that LZ β€œshould be tethered to the recurring services needed by millions of small businesses, well beyond the formation and regardless of where \[they\] sit in the macroeconomic cycle.” Indeed, as the new freemium model β€œcontinues to resonate in the market,” the adoption of higher-value, post-formation products, primarily subscriptions, is expected to accelerate, lifting ARPU closer to its potential. At the same time, the ongoing shift in the revenue mix towards subscriptions is expected to structurally drive margins higher over time. For context, subscription revenue gross margins are assumed to align with software peers in the 70%-80% range, while partner revenue, now included within transaction and subscription revenue, is recognized at gross margins close to 100%. In light of these points, LZ is unjustifiably trading at a significant discount to SMB SaaS peers. Among these competitors, INTU stands out as particularly relevant, as its QuickBooks solution directly competes with LZ Books, while its TurboTax product previously competed with the recently reoriented LZ Tax. On top of trading at an all-time low from a time-series perspective, the current 7.9x discount to INTU seems highly compelling in light of the fundamental acceleration LZ is about to experience. Instead, a 5x to 6x discount, corresponding to a multiple more representative of the broader market, would be more appropriate. https://preview.redd.it/7ql01s6a3x3e1.png?width=1700&format=png&auto=webp&s=1d33a354ae8ee0a5bbdd6345dc820af194434c36
r/securityanalysis
post
r/SecurityAnalysis
2024-11-29
Z0FBQUFBQm9OZU1CNXhRbGx4a2tuNkk1OGpzelRlSEVhWWxLaExWNnNLeVJzWGpmcnhpcFNmMUkzM1Ytb0VwYnZYcHkyZzhHa3IxaXZIMTZaY005YUJlLVpxRnpCUjZ3MGc9PQ==
Z0FBQUFBQm9OZU1JSXNaSFY4YThXaUtDUlFGdlhwdkNsTHp5R0FGZENkN1dsamxubkdpYmZsZUlkQU1KUmhuYkw0NFEyVVlIN0g4b1lrbDZSSWdObWlIZDBVZXI1MXlpY1N3TlQxZVp1TzNyalB0amlwRVdpWnVVSXVLZGJNQkI3aXZ3aTJmYWwtZ3dpTzNvQ29rNVdZSG0tRWJZbGw3R3FObUVpR2diVV9rb1k4b0hTOElENzd3cTRzTHM2a0VEQ3hpTW8zaWx4ZDA3
I'm working on a project to determine the best rebounders since 2000. The NBA player tracking stats (Β [https://www.nba.com/stats/players/rebounding](https://www.nba.com/stats/players/rebounding)Β ) include a neat statistic called "Rebound Chances" dating back to 2013-14. From that season onward, I have been able to analyze the best and worst "rebounders above average" by dividing rebounds by rebound chances and comparing to the league average. I'm trying to estimate rebound chances per game for players over the prior 13 seasons. I've developed a couple of regression models in R, but the errors, especially for the top rebounders, have been too large for my liking. My best regression models have used individual REB percentage and REB per game. I appreciate any ideas, and I'm happy to share some of my results for the past 11 seasons!
r/sportsanalytics
post
r/sportsanalytics
2024-11-30
Z0FBQUFBQm9OZU1CMnBIeEdOUG80a1llREg3bHpZYnFuV3FFck52Mmh6a3FfejZkNE80SlI2UzUyU2UyY2F3RFVrWS1WOThfS2QzQUFKMEdTTTUyNU9Bc19nVE5fRGdRbXdqSmtZOS0wWGQxNFJNamMyNWUtRE09
Z0FBQUFBQm9OZU1JWURublQ4SEdBNk50eXZPXzItNWsxSzcydmptR0otZFE2eFFEdmJLUmZNSHJxZDBrZ0tfYWpGX2pVLVdzWEo0VThlSFYtc0ZxZW9TZzRhbXNJT1l6RC0tczRiTWczc1Rqc2dXNmo4TXlSTjM1VmlMMk5ibkdpU3kwYTlPd3U5WFVXU0lDOVp1UnhxNS05MmFCR2dhdHVqUzNuSG5qU1ltWHVpMFVNcXdGOVd6RVZVSjlzZUN5ZHM3YVplQnlFVUpHRTN2Q3gyYWRUWktta0JIODlCaXZYdz09
Made this heatmap with the intention of using it to identify good wide receiver plays on DraftKings.
r/sportsanalytics
post
r/sportsanalytics
2024-11-30
Z0FBQUFBQm9OZU1Cb3A0UWZJb0l3YVlreEpaUkdXM3JxVlpiTG5jYXFSUmw1aEhOcENHUHNGRkNSbzNYRk1ZZDFIVkxBcU81dTFELWRneWF5NzhHTTlIQ0FOcHhSNW9NSXc9PQ==
Z0FBQUFBQm9OZU1JdWk5RzZodkNWTThNX2d5WDUyNXc3bW9BNzdKSFczVFQ5RWJISzBaSy1xSi1BSnhTdmRxQ3BzblRYVDhRcWZuZmkxQm9yWVBGMmNiYWxvbXBGLTVSVDQ1S09taHhZRW5TeTJ1Q2xhQ2RJWXlKdmZnVW9xZ1hVT05nVm1CMEZNbFBWVUwwXzJzWlltZzkzeVVaS1E2MmwtT2RHbXB6Ry1zcXlMaDhXUE0tNnkzSEtEOEU2OUt3UlItekpsRkx1bllzYVZldGt4QXBjWHVyU050Wm5zaGI4UT09
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 4-5 – Columbia CryptoEconomics workshop (New York) Dec 6-8 – ETHIndia hackathon Jan 30-31 – EthereumZuri.ch conference Feb 23 – Mar 2 – ETHDenver May 9-11 – ETHDam (Amsterdam) conference & hackathon May 30 – Jun 4 – ETH Belgrade hackathon & conference Jun 12-13 – Protocol Berg (Berlin) Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 – Jul 3 – EthCC (Cannes) conference
r/ethfinance
post
r/ethfinance
2024-11-30
Z0FBQUFBQm9OZU1CUEFKemxfSUY2UmFfSjZwYzVCbnUxNVg2V05nOG1UZUlhdk42al96cFc5QldwWWppY0xyOXhxYUlrT0pyWDEwbHE1NFY0UWNGUW84UXZxMlY4TE9nWXc9PQ==
Z0FBQUFBQm9OZU1JTm8zRTBvdTlXVE9Na3RDelVPRENqczl2bkFyRVBsVWMwc0FuWlV6dXcxdUV0NjNqRXZiZWNYWnBJM01obmplSkcxUzlJRzF6MDhQZWo3aGZkSjhiVkpWNUd2TFFfV3U3SUUxd3JLeXdHb3FWakRsS1Z6WTBmZE1ua3F3M3FnMkJnSWZGMVgwOEh5NXNJb25nT2FwaXA5ZU1DNmJmRklIU3liTUt2N1ZaSVAwQWIwTTl6QWN6R0FBVndfRzlxVUlh
Why is Filecoin pumping today so hard? I barely follow it anymore because it felt old and stale but it's surging about 7 bucks today
r/filecoin
post
r/filecoin
2024-11-30
Z0FBQUFBQm9OZU1Cay0xeXlpRHVLeEUtdkhKQmJpWUxjUVhYZDFhN3Q5Z21qT3RpemZ1R0ZlUjF5OHY0Wl94MXg2d2xQT25JMkdidnVGREV3QUZ0VzFPZkJWZmowS1FITWc9PQ==
Z0FBQUFBQm9OZU1JcHZxNUxseGpmSGlROFhwRV8xV2R2TVRDdzhyQjVCNnRnOFlsOFFBWnE0T0xMaF94bFphTjlNeXk0Qkd4bmhQYlZLQVAzd0pvSjkyUnBYeHNyd2FtaTMzMF9zZ1RFTnB2ZjVqTVFvTlp3Szh2V2VFX1BUUmRDZUhLcm50OGVITmQzYUVjdkRHaXB4alVQUlpVVjZQUklOdE9UREtFX0lwWGVSYkk0ZjhPWUpjPQ==
Hater gonna say RIP $FIL coin. Legend say Let's goooo!!!!!
r/filecoin
post
r/filecoin
2024-11-30
Z0FBQUFBQm9OZU1CVkZMSXMwLWtFT21jTnNVN0hHXzhnWEpyNGtsQmxRQXJ5akIxcFVyNkp2R0tpX3QzcldRdkRyZUZPQUFRQ3NRdnlXcFEtTl9xbDNOWG5IWVp3b1RtNHc9PQ==
Z0FBQUFBQm9OZU1JcUhzXzNLMTh4dEdkRF9yWlowaEdQNGVFT2NGWXlxdDNoZEFOUHVyWHRncFBMdFg5a0FCZE1CNVdHdy1KNGJTYW56SDM0OXV1dGg0bWpKcm41cWJiN0NPMElacDNIaXpzRGdtY1A3XzhSTXlpR0JTY0NHMWF3bXo4bS1aUEV5MnlWT0VBMVp4Q0FsNFVlRDdTLWo5b3RnPT0=
Correct me if I'm wrong, but folks who are saying this won't pump due to increased supply, please explain the following to me. $FIL 605 million circulating supply $FIL $4.3B market cap $FIL current price $7 Whereas $LINK has 626 million circulating supply $LINK market cap is $12B. $LINK current price is $19 In the nearest short term, just based on what the market is doing (which is pumping), forget about ATH for a second, there is no reason why we aren't a $20/coin in the short term. And I would absolutely keep an eye on what $LINK does as well. If $LINK can push up to yearly high and soon ATH at $50+, we won't be far behind.
r/filecoin
post
r/filecoin
2024-11-30
Z0FBQUFBQm9OZU1CYXM0R2x4Z0JoUmZPcmhabjdoY292NW5mY2toRnRiaUtNUlVGa0piMGVvNkJMSEE1RGFDT0VYdlJYbmdzQmM5NkhDVFBSelo0LXB6X182dUJDTUYxdXc9PQ==
Z0FBQUFBQm9OZU1Jdmg0QjNaU3lmMkxrOE9vYXVNaE5qVWxVRlVheUxjUmkzQzBsa252aUNkRVA0Qlh2Q0s3enpmODNsYkl2QzlNRzJoTmdzcnprZDlHNE9saWs1REF4MkI1R3NiYmNzVzNiOVhpRTl5UUswcDA5U1RLUDd5d2lPdU1nYUowYXNiUmEwTmhRNXFvTTZ3UklvU2QxVHJCdDFodVpFam5BcHZ2eXRyQmxCSy01YkpFPQ==
I just came to know about filecoin recently and am intrigued by the potential. I saw the ATH was pretty high, however has kept low since. Is the current price around 7 good for its potential? Where do folks see it heading towards in a couple months and this bull run?
r/filecoin
post
r/filecoin
2024-12-01
Z0FBQUFBQm9OZU1CX2JOQ1RjUkVYSVBCQTdCWE1DMTUtQUVzWks1M0IwVUFtRGZPenhZbUFMUXBwWjhiRko4cFVsRkF3R2YtemladXdjTGtLRmtmdWprUjN2Vm9kWHlibHN4MkxhY0dJajlsOTBDWG92OGY2X2M9
Z0FBQUFBQm9OZU1JOS1DbnNMckliUDJidUZOUjVETjZic05STlkzeUc4dXdoUlBBaGQ2VV9QeENUdWYzZDZuUUdTNTljRTZZeG12aHVscjdGbDFvdE55d1B6aE92T0RqYVR6SG51enRMUEZoUzRNamY0cndQUWxXSmhWQ3pXVE5TNFF5b2NWQS01MVRiYm9VbjFmYWM4VjAzYk92c0poLUd5QVhlc2N5a3NfbmNZUVBsdXgzSzBpSzItdVpCRXhsX1VtdHdBRkJUTTdX
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 4-5 – Columbia CryptoEconomics workshop (New York) Dec 6-8 – ETHIndia hackathon Jan 30-31 – EthereumZuri.ch conference Feb 23 – Mar 2 – ETHDenver May 9-11 – ETHDam (Amsterdam) conference & hackathon May 30 – Jun 4 – ETH Belgrade hackathon & conference Jun 12-13 – Protocol Berg (Berlin) Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 – Jul 3 – EthCC (Cannes) conference
r/ethfinance
post
r/ethfinance
2024-12-01
Z0FBQUFBQm9OZU1CcGFrSW9GS0cwc1hFZEtuT091WFhoWndGb1llNDhnRHg1Z0xTcURrTlBfSFB6eEJYX0NieHAyeWc3dHJiWjJlMU5sRTZVbWNFN0d4cTNhVHZBMDVKRWc9PQ==
Z0FBQUFBQm9OZU1JMWtoWTF1Z2pGRkI0Q1JpV29admJmb2g3QUF2UDlhWFR0RUgybHNVSHJxY0RwNjFtcXYxbU9lUHlFOW5oNnlSN1lMcFRyOGd0ajdhSjJ0VmRtUW1LS3NPejFwWVRFM0g4a08tenlEcGc0LTVTSXhFZ3B6eGM1b2swLTFLdGJHSzg1YlhtaHJINjJhY190RzhwOE1uNTFEbF95U1dncWM3N1JGMVFfd3h6THgwdGtXUXFJM2xRcU5kZktZMkhVLWxi
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 4-5 – Columbia CryptoEconomics workshop (New York) Dec 6-8 – ETHIndia hackathon Jan 30-31 – EthereumZuri.ch conference Feb 23 – Mar 2 – ETHDenver May 9-11 – ETHDam (Amsterdam) conference & hackathon May 30 – Jun 4 – ETH Belgrade hackathon & conference Jun 12-13 – Protocol Berg (Berlin) Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 – Jul 3 – EthCC (Cannes) conference
r/ethfinance
post
r/ethfinance
2024-12-02
Z0FBQUFBQm9OZU1CWUtDSmpSZVNMdXFxUDhWVy1naXhxRzRJYVlNaVc2TWNDSTdkandEUmJUcVRGSkJXZjdGamZydG5UQ0VLRGNsVVhaQUpBYTdETDZYbFgzNXRtaFB4Tmc9PQ==
Z0FBQUFBQm9OZU1JaXlwRkdfejVYSkhVdjZ5eUR3cTlZWHhvVDB0M3pERHRoRy0xSXdQS3VFVWVDaXExTzUwbUZ6b0JDNm5GeDNaRElOSXQ5LUlkNDBTX0hyc1NIdjRTTUJmalZBUjBIcXdoNEJWbzd5cWVhZEg2aE5fUE5jeFZBLXN6R256STItdVlsLXNpUmFjWXVGbW0zZmJhTS1qSVJtbFlBNmtGT29UcEVRY1p4NERQZ0Z2WkU5TjBELWk4R2dFbFBPSGFlcmFO
Ive looked, but is there an application where I can practice Python, SQL, R for a Sports data analytics project?
r/sportsanalytics
post
r/sportsanalytics
2024-12-02
Z0FBQUFBQm9OZU1CaGtEN2NPTHdMQkF4ZEZubWFKWVh6dHNfdS05ME9XdDJiWURHejNyaXFuWENFc2FtU3c5ZnBoclh4R213Q09qQjExY1p5SzQ3YWRLd3M2YWtYUndfRXZ5Z0ltTFk1QjNDMEROSzUtNlZrQ2s9
Z0FBQUFBQm9OZU1JTkZ3Qm1QcVFJQU1lbWVzbkYwQzE5SU9jWGhRZ1Z4TllOeTRZZFNzc3YtZVhmWmFkeDR0QkNxeXR6ZE9FVHB5Vk9uX0VDMF9hVm9LeDhBT0lwajFxUEVwMF90M0plOFpiYlBTaGtGekNxZFUzWHRqRzJLU1kxYnVDUnFpOXZKVktxOUtFamFRUS10WWk0ai1pb0xSSjdVc0tEY0dUd05ITjk0VndOc29iN3pkWVlibm1sSWoyVHhib0UzT2NjZmxNV0N5c3gwUVZUbUR3enhZUUpmSHhZUT09
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 4-5 – Columbia CryptoEconomics workshop (New York) Dec 6-8 – ETHIndia hackathon Jan 30-31 – EthereumZuri.ch conference Feb 23 – Mar 2 – ETHDenver May 9-11 – ETHDam (Amsterdam) conference & hackathon May 30 – Jun 4 – ETH Belgrade hackathon & conference Jun 12-13 – Protocol Berg (Berlin) Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 – Jul 3 – EthCC (Cannes) conference
r/ethfinance
post
r/ethfinance
2024-12-03
Z0FBQUFBQm9OZU1CNWo5d2p5OS1aSFF6ek5BdW55Q3pzWmEtakd4bjVtZ1VqQm5SUThvdkJTVlZ5ZkI1NVZCTjA4ajAyNGFSUmRIbXJlbTJhS3RHYVJLV2Z0a09lWVNSLVE9PQ==
Z0FBQUFBQm9OZU1JbzNxSGZlckZIdXk0WFNfendITHJxYzVUcG5pQzFBa1AyeElaUzVTdnN0YUY2N1ZFWVFJSjAxU3FlVDE1YzQ2UVR6NWtzTTBSbjNPSjBtcHdsUWRVUmZjQUV4OEtkNi1jRkRSSVNNWFRFSmU0ZlprSFNYSE5LRnpnSFlkc1BIYkI3bzIycW1kclpsbmVCaVlmVU9IckwtSnFkWUxlWFpWVG1FOEVKZVVFQ3dZaTZjSlo3M2dJNUNTbEtLUzhFN2Ra
I'm currently a senior in college and most of the jobs and internships in sports require proffeciency in R and SQL. I would consider myself profficient in R (not mastered by any means) but i do not know any SQL. Where would be the best place to start learning SQL (preferably free) and what would be the best way to practice SQL with sports related data.
r/sportsanalytics
post
r/sportsanalytics
2024-12-03
Z0FBQUFBQm9OZU1CZEtJSGlBNHdjVTJ1akNTY3lFcFl5R3BIR01BWHhRcUE4U29VeG96RWd1YmI3bElBMlpwZUduZkVGX2ttVWdMTmlZbEVDdWN3SDhHYzRQdlBPZXhpLVE9PQ==
Z0FBQUFBQm9OZU1JRXktYmFSSXFnWU1VZFpvRmhBd2dGenR5SzIwSlFsb3RBUndPbGdzNmk4NnlYTEpUcUJpaUstS3FpU2tpc2ZDbTNVaF9rMHJmeHlUbmRzNmh3Nk8wbkdHb3Y1R2FBUHlkVmowLUMxU2tMeTYtb013dTRqSnN1QjZtU1FXUi1TS3YwWWYtTUlwOWY4SHRyQ1BRaWt5OFZ0eGRJbHE1WTljZXJRNURaWEZqYkhnYmRyZWxPTVBTdG14TGd0ZDRLQWJzdlFmQTNocEh0djZ5WWFBRms1OXU2UT09
Fasten your seat belt. This is about to fly to the moon πŸŒ™. Don't forget to take your phone with you while flying .We gonna sell it when we reach there.. πŸš€ πŸš€πŸš€πŸš€
r/filecoin
post
r/filecoin
2024-12-04
Z0FBQUFBQm9OZU1CZWZfeHpqcW5qQU1aS0dUZmx1WDhmdTBLOXNsS3Jwa3BTN3pJMXkxNFhjeGZNMUd1RDBZamdqeW9BQjRPREd1al9zNDNNdFRmMUZTR0FSWExKQ2l3REE9PQ==
Z0FBQUFBQm9OZU1JRllKSmhLWFFFMGJ5UUxqRXQ3Unh0Z1BsVTFLRU81SUxQVnRfWjBpcFJRem5Xdl9nNVA3OExpeEl6czN2MWxIOXE3Rnc5WllheE5wcXAydWNfMXpwS29rVXFTZC1aZnhGVUhsNHFaRHByRWpCNWNya0lnMVNCUmszYXZaX1RJSC1nX1kzM2FMMkx1RUVNLTQ4XzY5bklxSmRwVnZzbUZBOVhYOXBRVFNpWGRNPQ==
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 4-5 – Columbia CryptoEconomics workshop (New York) Dec 6-8 – ETHIndia hackathon Jan 30-31 – EthereumZuri.ch conference Feb 23 – Mar 2 – ETHDenver May 9-11 – ETHDam (Amsterdam) conference & hackathon May 30 – Jun 4 – ETH Belgrade hackathon & conference Jun 12-13 – Protocol Berg (Berlin) Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 – Jul 3 – EthCC (Cannes) conference
r/ethfinance
post
r/ethfinance
2024-12-04
Z0FBQUFBQm9OZU1CUU5uZnhGOTcxNXlzRmVnX0hHd2ZVTlZTd29OV1drTjVlVFFqSkhwdnlmRWgySmhNVGt0ejZ5MnNLUDJsaWtWZW1DZEQyenNlUzluRlltV29tMjUzUHc9PQ==
Z0FBQUFBQm9OZU1JUE5CV0o2WEtEOEdmZGg0VDI1MUNJZ0dLbmNMUFJIeThRM2V4YXAwblZVV0NBV2xqank2MUs0MXUzekVlUFJfSVpCN1diOU1sd25VNzFvaTdnNk1rWm1NdXZOdTRfdFFra05wM0s1a01VNHhoY2lSc29CbDhtOGtVa250WWJCUUQ1MUN5VWZFSUQzMDlzTmQwUm5LaGhybWxNeUVXb2lGbEdnd3FwWEcwTW5JSmJwYjVCUHV3ZTJfMXBMaVNEZmh2
Filecoin next the moon?
r/filecoin
post
r/filecoin
2024-12-04
Z0FBQUFBQm9OZU1CUlJnOVhBUkVzX3F3S2JENHBFbVgzdFotVnBrQVE1LS04WF9pX2RxWXNaSlJCWHJiRmpZbGVodHZkWmpVTEk0R0JJaGNjYXVuX0dVbk5tTmoyRldlSkE9PQ==
Z0FBQUFBQm9OZU1JZnZSYkpFZ2luQzVwQ1o4WnViYTJXbnhNS0Y1MjdkaDR1VXBwS1Zfb2kxN2JMNUkxakROcHh0RTdsWVlXVW05WlVlNDFuUml0eDBhSjgybUxVcVBOSmhxZ3djTm1wdkdUdUlPdG9BTFRkNWtXc3Q5MDNBR3lIQWNTcWFCVE1QaS1jZmJlTWpVRWI5MW9KZS0xYk9YZzhaYXNyYTV4cnBibFJsMFBxYlE0aEhuVU9nNklrOEdrejB4RGl5R3JYM3NxM3AtM0tUQlRNYi13ZmE1R1pPS18xdz09
IDN is a \~$50mm company securing contracts with some of the world’s largest corporations, all while being surrounded by a moat wider than the Grand Canyon. With 90%+ margins and a clear path for reaccelerated growth, it’s hard to see how this stock won’t exceed expectations. But let me first introduce you to the idea. Data breaches are surging. The recent United Healthcare breach exposed data on roughly a third of all Americans. For \~$20, this stolen data is available on the dark web, and for just \~$40 more, you can get a visually undetectable by law enforcement fake ID. But who cares about manual checks anymore, right? Surely computers can catch it all. Wrong. Every competitor relies on OCR templating, a method with detection rates ranging from 65% to 75%. Claims of higher accuracy? Don’t trust them. In contrast, IDN has a \~99.9% detection rate, thanks to its longstanding relationships with the AAMVA and DMVs. So, why does this opportunity exist? Growth has decelerated, but I've examined the causes and uncovered a relationship that dictates an imminent reversal. Importantly, there is a hard catalyst too. During onboarding, strict NDAs prevent IDN from disclosing the identity of new clients, but sometimes the company gives some clues. Take 2020, for example. IDN secured a contract with a multinational financial services company that "provides innovative payment, travel, and expense management solutions for individuals and businesses of all sizes." A quick copy-paste into Google revealed it was American Express. By April 2021, the stock had quadrupled. Now, the multinational company IDN signed a contract with is not a card issuer, but "one of the largest social media platforms in the world." The setup looks familiar, but will history repeat? https://preview.redd.it/be7i3qc67v4e1.png?width=1700&format=png&auto=webp&s=ddc5907dc647cc63d9a39f8bb85a1548ab76eea0
r/securityanalysis
post
r/SecurityAnalysis
2024-12-04
Z0FBQUFBQm9OZU1Cd2l6a01FRkZsS3JyWGhyOFpsc0JCOHRFb2Rpa1BzQ2w3ZGdSNTBqb1RueGIwNGgyakJDSWtLWTRwU2JlMzRPSkt0a1NvT2pLdFBNZlVDZzdCVUl2UWc9PQ==
Z0FBQUFBQm9OZU1JX3RmZWFodGxWQnk4VzJzWExjdGw5c2E2S1p0WEZsTWdtcGxKM2hNOUVQem1FaGxXWnhfaG1McXRvTEJISFFmNzhhQ3o3YS0yN0hvMXNrMlR4MVNKOHg3T2RpZ3FLTE02aTlJeVFmQTRaQ3lCYWlhcW5QLW1rcmRiX3JBbVJGUnA0RVhZMXlJam9tVGRGZVY5WEVyVHJfRG5MS2xibmExQUxLNjVEUXBGaGlmQk9INFF4TzhqYUtNWVZBbW5XSENW
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-05
Z0FBQUFBQm9OZU1CemV1eExocVJ0MmFYWEt6ZVRWMHJkVmZXS2JfNFVQYWVWeW9ReDlKb3JQak16LXk5Y2V1NTNaa2lxNUhnRXhBN1VkOWpZX1pyQ3dCWi1PcWE5Z296NlE9PQ==
Z0FBQUFBQm9OZU1JS25YUVRGeXZ4QV9TMExzR1JIUmZGejVDejRLN2J3UmRLaktMM0FJVXl5NGxuc25iaC0tWktnclVuQjF5cDNCS1NjUnB5aS1CUV9oeHZiaFk4Yl92TG54OHRCX0k5cW5kdGRnTzBLQ1NUZWY3Yk5qdGktR2dCWmtVWUxiNGs2ZGdlckVyUmd1bVRKWC1jSm05NGFMbjV2Q2hVMUJWaGpnT21ic3gydXp1X1JvUFhRVS02N2ZhalpMVlQyNmhvVWNW
I'm a scout in a lower League in Belgium (tweede nationale). And this year I want to implement more data statistics to recruit new players. Does somebody has an idea The lower leagues are covered in Wyscout? If not does somebody know a good alternative?
r/sportsanalytics
post
r/sportsanalytics
2024-12-05
Z0FBQUFBQm9OZU1CX0FqM1pySkpLVjhrR1owSHhpWEMwcVJYcGFCVE01MFd6MGNHdlE1bjVtNmFhNm01SUd3VGlaTWdUdzFielJiUWZGT0hqNTI1UnNjXzNHS21BOWpZRW41X2VQaVI3dVYtRl9IYjdWakFGZXM9
Z0FBQUFBQm9OZU1JakJVRThfdmh4aVZDbmd3VXdiMDdOZUxmZU5DSDdXNllyS2FpckE1b1hpMXlqeHhRMDBFOC1OX2NRNVVpUGEzUUgzMU1uUzlTRVA2U29fODlrMDdsRU9DNmtUSERITTZCanhKSDZ4LVZiVGVYZVpUdUJSZmRnQjFsYkh4N3h0T0pjSk9xTWprWTZrMHRTbnFXdUdvUTZUT0sydkw5MDRWZTZBekl3MU4xRlZ3NzBLRUkxcFhEUFdyb0hsckxhdkdhU0JqRld4bERFdnQ4eFM1b0ZpZDJkZz09
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-06
Z0FBQUFBQm9OZU1CUi1nWXFKcjBDT0ctQW5Yem5EQjFyQnhpSjR2RUZyeXk4ZUotc1VDN1pIMDRMQUhBWkxIcXhkWmFfWk0zYV85amk4RU5OdGhZcmEyTFFlLWFjMlVGZGc9PQ==
Z0FBQUFBQm9OZU1JM1dRVkFWRG5uNUdNdzNGM1JPaG5Tb2lld3I2N1Z3V1V4cmFqdWctV1JIWERUb0ZjVGo2RTllUnE1OVRyd1UybHh2TUpQRWNhTjRWaW1hdHR0R1NXX1k0MjJqLUdGQndqdVlfMmFKWEZUTEN6VDV3dkNNXzNCeWR1M05wRVZrZlJKZ01uMklrTE1raEZseFBwZmxEVjYyd0NkbERCREd1NTczMTJYQTN6WlZPWEpxTmk0ZU1aZlVucHAySlMwLVB3
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-07
Z0FBQUFBQm9OZU1Cb21mWi05UnU2M2R2VE5RSlk2Y0Uxa0pMTDZHdTJCN01KS0Y2ck5QNk43UkxjVXpWTlRIM3NyMHZjT1AwV3lfM2dSTU5YRExhSXNiZ1dJb2tKM0dIalE9PQ==
Z0FBQUFBQm9OZU1JbDJKOEdwTUZLWE92RkFVZTZWMzRRejdlelduci1Xck5PdVpCTUJ0ZTJScVktNE9kU2NXa0VyTERQRGhSUlg4dUZhcnFwaVF2OThiajVvOTE1QlRFaDdDb2w2SjBuRmVPRW16SU9FUk9xb2pVS3Z6MXVZSUl0Yy1zV2RmMy0tdWhtUEdTUWVIdnZKVzNWVFpUTk9VdEctTUhGQnc0U3o3SUcyZUs4Y0VHNTJZbTNKcUlRWHNsbU05SXdweTNqZzFC
**Dear r/ethfinance community,** Us mods have been cookin’ behind the scenes this last month- and I don’t mean just turkeys. Long story short is we have an opportunity to merge our sub with r/ethereum and we think this can be a mutually beneficial relationship. Short story long below… **State of the Subs:** As you may or may not have noticed over the past few years, r/ethereum is mostly a ghost town. Despite having 3mil+ subs there’s only a few hundred active users and not very much comment/post activity, while it’s still a big target for spammers/scammers (credit to the ethereum mods here - they do a solid job of catching most of it). This is not a great look for the largest and most central Ethereum sub. Meanwhile over at r/ethfinance we have a tightly knit crew of users that have stuck around for years. The conversation flows consistently, the user-base is welcoming, knowledgeable, interactive. But we’re not very accessible as a community, we’re not the first place ethereum redditors land and the downside of our daily thread heavy lifting is that we never appear on r/all or people’s feeds. As a result we haven’t grown much in the last couple years, and there’s some concern we could stagnate without fresh blood. **The Vision:** At the end of October some of the r/ethfinance mods got invited to help try and put some effort into fixing up r/ethereum. We’ve been talking to the existing r/ethereum mod team and have landed on a new vision for r/ethereum that involves all of you. Basically the idea is business up front with a party in the back aka- the mullet approach. The front page of r/ethereum will focus strictly on discussion of the technical aspects of the Ethereum ecosystem. The party in the back in this situation is the r/ethfinance daily thread that you all bring to life. It will contain all the questions, memes, financial discussion, charts, farts, and various arts you all put out regularly. The win for r/ethereum is that they have a place in-house to host broader active conversations, where the community can hang out and new users find a home. The win for r/ethfinance is that we’ll have better visibility and a continuous stream of new life in the conversation. As part of this we would lock up r/ethfinance and direct incoming users to r/ethereum, we’ll keep hold of the keys to preserve all the posts and history of what you built. **Your Input:** We aren’t making any final decisions without consulting you first, after all we’re just the janitorial staff. We’ll pin this thread on r/ethfinance where you can share your thoughts and feedback on the idea here. After a week of discussion we’ll post a poll where everyone can vote on merging or staying put. If the vote to merge exceeds 66% we’ll plan on pulling the trigger January 1st 2025. If it doesn’t hit that we’ll stay right here and keep doing what we do best. **Closing:** Thank you. We really appreciate the hell out of you and that’s why we put in the work to try and maintain this space. In our opinion you deserve a bigger spotlight, and we think we can provide that while protecting the general ethos and vibe of this community. Let us know what you think below. -The Ethfinance Mod Team
r/ethfinance
post
r/ethfinance
2024-12-07
Z0FBQUFBQm9OZU1Cdm15WkY1N09rVWVtN0xyVE9yTTlGVThRNTF6eVRaVHB6VnBJN2pvZmU2MVJ4UHdqc2laUmM5X0VRRDYxal9LN1RHUWRHTERKOC1VdU5UcVB6WE9aTEE9PQ==
Z0FBQUFBQm9OZU1JMDQ2U3dvUU5kSXVVR3J5aEdjcW1ucVBZek1CcUtndFQ1Y1FRYmFMRXBvQ1IyVU1jNWJfRjgtZ2VJVUJDRTJ4d0lBUFpZQmpoMk9ZOEFwMUlsWHR3Zzk3VWQwM0tFNGhHMDRQUDlKTjRxeDFmaV9nZHFrczJzb1V1NWhCOTNHaEg4aEc0cWpQNVgwTC1KSGVIRDlhaDEtZTF1aWwwSFE0MXRPc2hZdU9yUklRYy1zeThyLTFibjM5bDZGb2tuakdt
Hi all, I am working on project for a pitch competition at my school about a subscription-based sports analytics platform that provides more than just the usual box score stats. Think something similar to AWS’s advanced sports stats that are often displayed occasionally during sports broadcastsβ€”offering customizable, in-depth metrics (like WAR for baseball) and AI-driven predictions in real-time, as a supplement to the live game viewing experience at home. The aim is to keep fans more engaged during the actual event. If you could take the time to to answer this question about your willingness to pay for a service like this, it would be greatly appreciated! Feel free to reply with some thoughts or questions about this idea or reasonings behind your decision, I would love to hear it! Thank you so much, it is greatly appreciated! [View Poll](https://www.reddit.com/poll/1h8ovaj)
r/sportsanalytics
post
r/sportsanalytics
2024-12-07
Z0FBQUFBQm9OZU1CN1JtSWFtZkNCVmtDVGF3ZVBFUTFNaUNtNzcyMmJyLU55VmZhRExOWlpPd1dGOGl6QW5HZmUwRDh4REl2UEFQUnJLcHBjT2FJSFprQ05oZ3JIOG9ENlE9PQ==
Z0FBQUFBQm9OZU1JZEpzbGY2X3ROeFA2YkxKdEJENDg2RldobFlSQ1d6Q04wWDB0Ny1QYW9VQy1SdEZoRjhTTUZxR094WFEwM1hpdVh5UVBVbkdkTEtyTklhWVlOSjJkV2kyWkpPU2NkMFJoZnZpejJPeGs5X243ckpCV2pfRDJBZk96Y3B6Qmtxbml0Y1ppaENVR3pia2N5Uk05WmJ3SDdnVnRCaFhhUTZEUndubFdNYjUzb0RUVmRJMmNTS2RST0FPSWtnNUlDSG5Y
Alright, 2017 hodler here. I took out my initial principal during the original bull run to $1,400, leaving me with the ETH I hold now, which is home-staked. This ETH represents about 15% of my net worth, with the rest in tradfi. While I’ve bought small amounts over the years, the bulk of my holdings is still 2017 ETH. Needless to say, **I’m tired boss**. What’s a sensible ladder-out strategy if ETH climbs north of $8k? I’ve always heard, *β€œMake a plan and stick to it,”* but I’ve never actually done that. Does anyone have a solid plan they’re following? For example, selling 10% at one price point, 20% at another, then 50%, 100% and so on? At this point, it’s either ladder out or just stake forever, I guess. I'd rather not just bag hold through another extended bear though.
r/ethfinance
post
r/ethfinance
2024-12-07
Z0FBQUFBQm9OZU1CamlRUUdYNW1kTlNXcERSLW12dnQxTjV5R3F3bDAwZ1ZKeUIxUWJuTXYtU21QLUJKaTE0TEpRMGViTEVsbHVaWUlEZnFMYk1pTjhEcDJjOXl2VGJNdUliVTA1MWNvNC1tcW9NbVhfU2FLSzA9
Z0FBQUFBQm9OZU1JbXhmRHpPZnBkSkR1SDB4cUZuME1qN2lXWUV6X0swT3JucUNXMEVfa0RySEZsbklYZE5iWmExUVRTVUR4UlhWTU9Lc1d5R2Rmd1Z6bncwX1BPaXFuLXFmY3psSU5BZlNtWnJCemN6TVZEYmFsTkFLMm5FbE52YThvUmdmcFM3V1N2OTZ3NXVMeFRsVU1kTVVUdzhCeEVRTGtaTjl1b18zeDdqdDFUV3B2OGJ2MTZ3UGxpbVRZaWdrajZpby1NaHE5VmpwZmttd3VkOWJ6OGg5dGxYNTkzQT09
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-08
Z0FBQUFBQm9OZU1CaWVkM1RIdFg4M2hodlB2bXZsMFIxV0xMVHhBZVZRTU9qUDNTZXJVV0RFV2tvcm5QdEhBOXp1S2JPZGJDdUEwaHNiOEdHQ015Yy1BSmgweEMwSlFWN3c9PQ==
Z0FBQUFBQm9OZU1JYTc5OWZBT1BGQzJ6X0s5b1N3QTFEYWQ4X3l6YkJENEFpR0xSdFFwdVdGZVM4ZFlkNjF3WHlXWW5xaEtqai11N25kMG5pNlJFU2ZkRVVoN0NaZ2FCbzNpMkh1c3NNZGNjWDhLLXJ6OHFERHRKcEhPdmY2am1XdG1OclBLMEhycXZCRGRjZ0x3TUd4NDRRMUlvamJmSF9pc2JkbTd1bDZMcTJNZV9TSVdMMDFvRjRWRFlMczJvWG8xUXROUklDRW9M
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-09
Z0FBQUFBQm9OZU1CUWppRjNiQ25HQ0RHN1hBb3Znekd4Q1o5NU5vTEpZVmpqMG1VMENEckVHWEFrNmRhQTJyRnhibllJZ0RMTWQwSl9mT2dBSkZtalhpT1pmeUZHd0Zwa2c9PQ==
Z0FBQUFBQm9OZU1JWmNkMHk0Z1lDb2NHTEoydURkS1RMVjFCQ2hldGNBOXFGWUhKT242Vmkxc3lnZ1JUcWlYS2F2TXVKVUJEQ21KZ1pfeVNlQ3k0T1FsMElMNTlkY0pYNzhQNE1raXdCdEpUeHZIOXprQVJ5VVVsWC02SkNKbDBWei1KUEw3LUZhRkpidmhseVItWDVwXzdIUkNVSlBPaDNYaVdOWkFJUDl0Z0ZfWm9CR1NxRUdJa3o2dTZ1Ykx4aFRrTGEtWjBhYk9J
Those of you who just entered positions, do you still believe it will go up? Bitcoin could drop further, possibly to at least $70k, and Filecoin might follow suit. Are you planning to buy more or hold? Filecoin it is the one dumping the hardest as I can see.
r/filecoin
post
r/filecoin
2024-12-09
Z0FBQUFBQm9OZU1CeXFfaHFJbEp1T1kyVGZOa1BpcVVsZE55eEJoRDd5X2d3UkNBWDMwSU9EUmJ4RTdLalpEaVY5akNrVFE3OUNld2ZweXNqcUxWRjgwcVpzN011V2s2eGFFS3NMVjRRT1pvaENYMnktYWswcmM9
Z0FBQUFBQm9OZU1JYmtTWGtnOEhCWjQ2dUN3cGZnYlp1dU9RVVdLSVE3LXBWN2lZSndJdWN1dXVZZnQ0X0ZhUGRBcEJHdzRuTnpyZjU5d1ZfZUhySEFLQ21wWWlDUXlnTFR3cHlWYkwyTVN3aDRGWXR4VGhBa1RKQjJZOEdOWUEyS2pWX1lSM1U4cG55LVRXdXdOa0R4NmFNMWxVMFVVWUtLVkpsaDhKNmFpNUlfNGpockpublBRPQ==
Compared to other chains, Ethereum's DePIN (decentralized physical infrastructure) has remained underexplored and underdiscussed. This is even as Ethereum reportedly [powers nearly 60% of all DePIN projects](https://coinedition.com/ethereum-dominates-depin-sector-powers-57-5-of-all-projects/). The latest article from [2077 Research](https://research.2077.xyz/) surveys the Ethereum's DePIN, explaining how various projects are tackling real-world problems across telecoms, energy, and compute. Here's a [tweet thread](https://x.com/2077Research/status/1864711764992237678) that summarizes the article's main takeaways. I hope you enjoy reading!
r/ethfinance
post
r/ethfinance
2024-12-09
Z0FBQUFBQm9OZU1CdU5QYW96UU5LbVY3OGhWWU11enRkZmszejExWFVfOXhvcGNtMW5NdmlkN1lHSU5oSWZwTHMwNjROdkQxdGh5ZGtqWVZ0SW9wTnpIcV9kZTIzeW9uekRleEVCUlpBczhLdy1CSjI4WmJjWDQ9
Z0FBQUFBQm9OZU1JblhoRnhWTHhWMms1VWlGQkRxMVZCMGdGcVpSSExGc256WUNnN21BbEs3M01YYUh4MEp3M3E1MURTUTd2R3FqM0VhUkdKaHBub3VkVkEwSHhzVFZJRUhrTDUtcVl4OGducFZQV00zR0wxdXBjVGE2bmRZZkpUUDY0VkJFcWRvcktuV2JNaUV5UFhKNkR1VlBvSWhyVVg5YlBWaTFCZWdzUVRZZ0hOUFoyYXdvOWFVQWRWVlR2emlfd05TZW9MWGplemg4eHFlaDduajdNWnBQUlFjS3dSdz09
I am convinced that NFL teams have no concept whatsoever of the true value of a timeout. Teams regularly call second half timeouts in the 3rd quarter/early in the 4th to prevent a delay of game penalty with the game clock running down. Having all 3 timeouts in a close game so often is the difference between having a 0% chance of winning a game and having a small but non-zero chance because of the defense's ability to prevent the offense from running the clock down with kneels. I don't have numbers to back this up (would love if someone could provide some research thats been done) but I see virtually no situation in which it is beneficial for teams to use timeouts early in the second half (maybe with the exception of 3rd/4th and very short to reach the first, or if you're on the 1 or 2 yard line, or if you're winning by a large margin). The Bills used a timeout on offense with 1 minute to go yesterday, and they didn't end up getting the ball back. I'm just shocked that even the most analytically-progressive teams seem to ignore this. Does anyone have any research that's been done on the value of a timeout?
r/sportsanalytics
post
r/sportsanalytics
2024-12-10
Z0FBQUFBQm9OZU1CWC1UVFhadnB0TGdLZmplVXhYME5Oa0d4SWtYT2lScnhrZWtLX1hPLVpad2kyWmtiMjZSWGdPdVlNbTdRQ3MycTZXVF8tX3BsSmFaZFhTV2VpR2lfZENYbGRTVUlIU2k0Wmt3LThwc2J1dzg9
Z0FBQUFBQm9OZU1JSlFYV0ZlQ2pDZTQwRUgzUG5kRThuZGl6QTFMMi03Uzc4NW5jN2lKd1JUZzFUcmdLVWQyZVZFSUhoV3k4b0RaYnFEdnlRUVBzMnBIWTVqRWR3bkJWaEV2VWxqeTAwYXBGcG96UlhtaHI3bHNaM1RyeHpzaC13NXNONWhpcnd0VERxUE04NVI4c0wzbzlyVEpPNmZBUDVZcS1EQ3gyMy14SGE2a0pXeU50R01yajN4UlBEeV9lZm1jRGpLaWZRbVVXWTNQLXBaaG01ejVvVk92SzRTNjVvUT09
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-10
Z0FBQUFBQm9OZU1Cd29tOVJxeUVHMVZicU1QV2FYQXJBTGU2VTAtMk03TkNQMmpkNDBTbjJqOF9UcGE3R2Y5Y0Z2YnM0T2FCYmFVVjZOMmxXQ3hhYVpGX1R0M2ZpeHcySlE9PQ==
Z0FBQUFBQm9OZU1JZWt6S1JvSVFlRHc3R0RucUloRExpcUhjYUk2em9BU1BtaXk0dC14VHNDQ3hPUjZDWWtOVXctZXJSOFFPTXBCVUQ4eERQTkpjemNLSG1HN0l1eU91RHcwbjEycTRYYTRSakpTWlJFX1VxMlNkRlFuclc3N01XUjlySkpneHJyOHVTVG4wbXdYSW5FQWZoMU1OaVhKZmZveTB2NmI0ZEJkblJ5Nl9uN1VaVU1rejJ1dXZGb3VKdlJMd0QwS1hneGlQ
I've read news about Uniswap "leaving" Ethereum and launching its own Unichain which might or might not be an L2. What is your take on their move? Is this departure to be considered a warning sign or rather a new step towards a more broad adoption of Ethereum as the only viable base layer? EDIT: some might have taken this title "misleading" but it was not my intention. I got the initial news from these websites: * [forbes](https://www.forbes.com/sites/jemmagreen/2024/12/05/uniswaps-departure-breaking-down-ethereums-potential-revenue-crisis/#:~:text=Validators%20on%20the%20Ethereum%20network,Ethereum%20as%20a%20deflationary%20currency.) * [binance](https://www.binance.com/en/square/post/17232103779905) * [cryptorank](https://cryptorank.io/news/feed/34aac-ethereum-faces-blow-as-uniswaps-shifts-focus) * [contribune](https://www.cointribune.com/en/2024-the-dark-year-for-ethereum-unichain-threatens-to-undermine-the-eth-crypto/)
r/ethfinance
post
r/ethfinance
2024-12-10
Z0FBQUFBQm9OZU1CS3lLVE9qTzF6ZHNUX3YxMTNENVJfdkJ4Z1VzYWtSalN3VXM3YmNwM0FlUFpEeFVtUUJmZGZtT0RodnN2SU4wS09yZFdiQUtzT01WVHd0Y0JhUXc3UUE9PQ==
Z0FBQUFBQm9OZU1JRE9wTEhYT2JxLWZqejMxTDdOaEZ0dURmaDVVWXI5cjBDYkRNeEg3N0ZSclJSemFFZ3ZkdmRnaU82Y2U3OUhXcnhuLTJFTjBQNWtBdUtDaE5DZS1EZ0cxT2U5VUlVc1lkNGlMTGZRRGljT3cyOVlQZUJaTjNyZ0FqazJHaUdsaDJKWkdrVm9IWmVXNnBCdDQ4RTd3VEhzcmJaWXhIQzdmb2haQzNSbXVPUHlNN29XdlREcVJEbXBZcU41U1Q2cWJD
Hi everyone, I wanted to know if anyone had any clue how to get the number of goals conceded from corners by each Premier league team and if possible also the other big five leagues please? This is to do a regression analysis on if number of corners have a direct impact on number of goals scored from them or is the approach and type of corner more important? Thanks so much, James
r/sportsanalytics
post
r/sportsanalytics
2024-12-10
Z0FBQUFBQm9OZU1CTTNDQW90aEM5bURWb2dSVnEwbHc5MmRqTWVQelE0cHoyYzRMLWJmY1NGaFB3bmhCMGRqV1Fqc2tyQ1dNcmJ5Q1Bac2tpR1BBbGlLZHFMQ2VZRE9QOUFvQ1BGTEd0bVJIS3VSUk1vemVHU009
Z0FBQUFBQm9OZU1JZFpOZHZSSXdWeHFTNG53SlRkdTdhZS1iT3hfalVPUkotMklMdURpZ2VoQk44YWl1d1QwdjgyaGt1LV83UVBtam5TSC1sWFkzeHVUT056LTB3V195TG1pVEtXSjh0NlY3czJZNlM4TXNCYnZSbzBHWGMwM3NMX0dtUmI0ZERtZVRhNVNVRlRHNTBmWTFJTHJFd0ZFdVNwaGZXLVZIWG9WNndQOXZ1ZW13RndRV0RYeWl1dzl3VjJpekY3MWZDRmFxS1B3RTNBWUZ2YmVlYUFvTlVpRzFIUT09
Hi everyone, I've been in crypto since the start of the pandemic in 2020, investing in BTC, ETH and other crypto assets. During this time in crypto, I've noticed that: 1. During most of the crypto cycle, Bitcoin serves as a strong foundational asset. 2. During the speculative peaks of bull markets, Ethereum tends to outperform Bitcoin. **Questions for the Community** \- Do you agree in a fundamental way with this view? \- Have you observed similar trends in past cycles? \- What tools or indicators would you recommend to determine the right moments to transition between BTC and ETH, for someone who wants to take the risk of switching between the assets? \- How likely is it that ETH is better long-term hold over BTC, even outside of speculative bull runs? Don't get me wrong. **I love Ethereum, understand it's the superior technology and hope it wins in the end.** However, in the meantime, I would like to maximize the value of my portfolio. I’d love to hear your experiences, critiques, or even alternative strategies you’ve found effective. Let’s discuss! Thanks in advance for your insights!
r/ethfinance
post
r/ethfinance
2024-12-10
Z0FBQUFBQm9OZU1CTzN3OHkzUEdDbVZ3eS1EMnJuTGQ5ZGJzdjBIaHVLQjBuanMxSFB1VzB6bHQtZWUyQkZlSXNVNVJyM1R5d1dDUDVlcDVoRnctbVBiU2VtSm5pdU53bFE9PQ==
Z0FBQUFBQm9OZU1JV1dKZkVpbTRPaEJzSmZSU1k3Vlp2U0xKS1pzazc4bEgydEJrTnNCUWpRUlk5TzhWS0VXMXdyWWVlTGswVG5aaDhiYVBXWGVJVTB3aVFLVEJtUTRFb2dTWWJycmxOWlR2ZmRqeklRMEctZjQ1UEtEYVNBWlJQYkE5dXlIUzJlc3Q3SFU0NTNTTjN6eVJVaVVXWGZRd3d5djNaZmluTVc3RHo4dTVEajZ0Vl9NLWZVVGpLVFdSRVl6ZEdmd0ZtOFRVdHNnYm9qWUR0TTMtdXdjMFkyNnk0UT09
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-11
Z0FBQUFBQm9OZU1CMmFkdk1BRVpWRVBsWTRSZ0t5b29QOFRMYUV3Z1FfRE0wOUlGb2hWSEVNX2lWaXp5ZzctU1RsYzYyRER1NFVJNnhHWlB5Z1g1MUVCMllQaGVnTTVjWWc9PQ==
Z0FBQUFBQm9OZU1JMXhEc1VNaXRlT01XclV5Q2NUSi1KVTNjSTByb1lqZVJsbzVVUEpsaWZXbHd3SW9PZXlwQkNMTTdMYmN2akFrS254YmtGS1NzTjJRa1hSTC1JOHotRTFsZ2xoeXY4S0d0NHprRHlqOTFPd2RSeGlGSEV3aXhSck95OVNVZmtIM29KQVNWdHhycnktOFFTMjZ1MHNZV3YyVmZuT1JiMGR4VkNJOWFUWVpEM3hJSU5PRjFSTDVEbDdMSkFrQVhjWFly
I have over the past 4 years of careful study of crypto markets gained enough conviction for a massive play. I’ve been liquidating longterm stock gains as they reach stretched valuations all year. I am now sitting on a mound of cash (by my standards anyway). I have purchased a total of $160,000 worth of Ethereum exposure. Below I have included the basic tenets of my thesis and why now is the timing I have chosen (hint… it’s all related to ETH/BTC). Thesis tenets: 1. ⁠The market cycle top will be somewhere around Q4 2025 (post-halving year)-Q1 2026 as it has been in past cycles. 2. ⁠As QE approaches and retail investors return, altcoins will begin to outperform bitcoin as a whole market again (ALTSEASON). 3. ⁠Ethereum will continue to exist through this whole cycle (at least next 4 years). 4. ⁠ETH/BTC will top somewhere around 0.08-0.1 as it did last cycle. IF all these tenets hold true, THEN Ethereum should hit a market cycle high somewhere around $10,000. All this being said, I know there are definitely alt coins that will yield higher returns over the next year than Ethereum. The reasons I am interested in Ethereum over them are: 1. ⁠I do not feel confident being able to choose a small market cap alt that is not battle tested through multiple cycles. 2. ⁠Due to the size of this bet for me, I am looking for relatively low risk (at least in comparison to the rest of the altcoin market). 3. ⁠I can buy Ethereum in leveraged ETFs which I deem the safest way for me personally to take on leverage in the crypto market. I believe that we are seeing amazing discounts in ETH/BTC right now and that it is going to set up quite a nice bull run for ETH once ETH/BTC does bottom. I believe this bottom is now in as ETH/BTC just had its second weekly close above the 50 day SMA which in all past cycles meant the bottom was in. There is a reason I bought over 50k of ethereum exposure last week alone😳. I have done a ton of work to be ready for this move in my person finances. This includes my crypto YouTube channel I started a bit ago detailing more discussion of fundamentals and charts. The username is @CryptoCrayfish3 and feel free to dm or drop a comment there or here. Cheers and happy alt hunting this holiday season. Santa is indeed coming to town!!πŸŽ…πŸ»πŸ›·πŸŽ
r/ethfinance
post
r/ethfinance
2024-12-11
Z0FBQUFBQm9OZU1CSmlINmlaWVNVNzdTY1o3cDdpVDBZUXJTZDY0ZWl2S0V2VUVvbnRudFkzWHlTc1lsakNmSEdKSHhYZlN0T3hxVUkxRlZkcEUtdVl5TzJwN3RLcTV1eWtYOUN2a2Y0QXg3cjJ0R0tIT09EUXM9
Z0FBQUFBQm9OZU1JclNPQ05aNWtOdW4zQjNGUzIwOVNaNFFIbG1EVG1OeXN6MVVPYUs2Rk82MDNMUjlteVBwM3ZkczRQWGZzMXN2eHM1NEo0dzZwNlUxZ3NrcEZGcDZsblBudloyWEx4R1NtcVhtMUFlX09YOUV5WHlITkxDcVJob0NRS0ZtUFB2R0dSd2poUkVIaldEVDNTbVhFVXdwWjZkWHJFTkRjSHRJSmdkQm5SOWtMQlIwPQ==
# M.E.R.G.E *"Make Ethereum Reddit Genuinely Excellent"* We the moderators, have concluded based on community feedback, that we are ready to move forward with a vote to fully join r/ethereum. [Here's the thread.](https://new.reddit.com/r/ethfinance/comments/1h8n00m/proposal_for_the_future_of_rethfinance/?utm_source=share&utm_medium=web2x&context=3) **Let it be known that our moderators will be voting yes on this change.** **We hope you will to.** Voting YES on this will move the r/ethfinance Daily as it currently exists to r/ethereum. **Voting ends December 18th** **January 1st 2024 is our target** to bring the two subs together under one room. r/ethereum front page will be for technical post and high level content as it always has, with no price/trading discussion.The Ethfinance Daily will appear as a sticky on the front page. The Doots will remain an integral part of the process and run as it currently does. **But wait, there's more :πŸ‘‡** 1️⃣ - Five r/ethfinance mods have already been working on the r/ethereum team for a month. 2️⃣ - Ongoing coms in the Telegram with r/ethereum mods have been establishing goals moving forward. 3️⃣ - r/ethereum has been greatly cleaned up with over 1000 combined mod actions in under 30 days. 4️⃣ - This is not a split, we are moving. 5️⃣ - The same culture that made r/ethfinance what it is will continue to be fostered on r/ethereum. Although not expected, r/ethfinance will still be under our custody in case things don't work out. [View Poll](https://www.reddit.com/poll/1hbu1kx)
r/ethfinance
post
r/ethfinance
2024-12-11
Z0FBQUFBQm9OZU1CZ1VEelFaNTY3czdjZ3ZLakZHSV9iUy1CZkxwNFZURGphQ0J2YW04b0V5UW4tdU40OUdUSGJkcW8yQXNJSlVKY2RXa3dDay1PRXM4QTNMYmRTS3AxT0E9PQ==
Z0FBQUFBQm9OZU1JOGRXVWMzRVBWZ2JxOW9lOXpVU1lYb0MyRlk3N0xsd1ZoVU5sckI3NzBqbmVKZzZvTUstMWFNRW03QXBCQ250SXY5am5zcFhqbnhhNG82ZW14dVF3ZlNWb3YxZWNzb0drZ3RINUtCVGstMFNwTHFaU3NzM2NteWFRM1FKRVJuTGtCMGoyeWJ3eTBZWnVvNFo4el9wMkMxMktzOGdEbW9NVHBCdlpMNk10RzJ5Nk1JakloTFh3NkVSUHhXZWZiUDZ2MFhBS3pWU3ZFVnlnRF9GSVRUMEhTZz09
During the Reuters Next conference, David Solomon, CEO of the renowned investment bank, expressed interest in exploring the markets for Bitcoin and Ethereum. However, Solomon emphasized that entering these markets would only be possible if a clear regulatory framework were established. As if they hadn’t already invested... One of the world's leading asset managers with over 3 trillion dollars in assets under management.
r/ethfinance
post
r/ethfinance
2024-12-11
Z0FBQUFBQm9OZU1CNXowWWdSYlhsUWxRQmo2LVlIR2RuSURjbmZFcnk2QVVneEpPS2N1N1Z2MFNrNnpuTGZlZkhLZFBzcVFEaV83YTNxNnhsbzhZaXVNMVJNZ0FLQi1FZXc9PQ==
Z0FBQUFBQm9OZU1JeTZvVG93R0dYVnlJZkRiNGhWS3ZGcGVyYk1xTmo0NExGQXF4SU1SdUt5eVVvYjhkcEdJR2dkZUw2cjJNOC1HXy1QY3VTSXJTeWJmaUNDdlNWaHVKQThjc3JFb2pSeU1PalVZZ3B2b0w5RklONU0xbzMtNVJsYm5UVWk5YlFkY0pRZ0h0bkMyUlNxNUVzdWUyWHdHSmY5SDdLaXM0QzB3QzFGemF2bDY3ZDJvNDlGWDRRd2xlNEhJVkNKN1l4enktRWlQYUotdlNvXzhaVUNILUJ0a2xZdz09
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-12
Z0FBQUFBQm9OZU1CaE9RYlN6WUE1c3BldWtOZ1NsaUF2RVRfSFdWbE96cTEtQW8wTFFxQzVRVXFuNTJYd2JpaGJpcEMxamt1Smh3VXNKOUllcHFMVnZOZ1Jqd29uNElqaUE9PQ==
Z0FBQUFBQm9OZU1JaUREVE8wa0t6VURBTWg2YXR6ZHBSekhDTjk2eE1rV0Z3OWp3WTZibGlqSENzRGZlaUQzQ0hoWGdaM3dDSEVJOUhBTF8zc2RYTldqVWJfLWdDcTMwc2lxS3Etc2hVdUlDX05YMElCblBiai1GY05yeHdPVC1aVnRDWHlrSmZycWt0cm1mTDNBNVhhYU40dkFOeVNIUkFvUjlzZERraHFsM0NzT2FxMXhJMjB6QjVibVJQSE13TnJ6dTRZV245YnB4
ERC-7683 simplifies multichain interactions by creating a unified framework for intent-based actions like token transfers and swaps. Many (including [Vitalik](https://cointelegraph.com/news/vitalik-buterin-backs-erc7683-cross-chain-trade-standard)) consider ERC-7683 a critical component of the plan to make L2s less fragmented and improve cross-chain UX for users. This article ([link](https://research.2077.xyz/erc-7683-unifying-ethereum-with-cross-chain-intents)) from 2077 Research explores how ERC-7683 aims to streamline execution, boost liquidity access, and enhance interoperability. We also discuss the challenges/considerations associated with ERC-7683 as well as the implications of adopting the standard. Hope you enjoy reading! PS: Twitter thread summarizing the article: https://x.com/2077Research/status/1867232529696391650
r/ethfinance
post
r/ethfinance
2024-12-12
Z0FBQUFBQm9OZU1CUy1ZV1FPbWZ6SEpUcGh6S1pXb0VxcG5jM3d1ZlU4dlVyRmI5LUtHRGR5ejg5WmpjNi1TTnQ5TUh5NkN3UnpBUGFzM3FFZ0JQVFFkS1g3TDRlQnlIeHRULUE4X3FJY1dhcWdIa2x5YkFsMUk9
Z0FBQUFBQm9OZU1JTk53VGgzWE5DQzFvVHBubTFKNjRyYjlkVnQwRnpDd2diU0VyZzlNWjM3Q0o3eE5kcHZ3S1lyb1JDY3ZyNWZFclhFUTlpeWpnME8zTmpKUFEtTkdPYldzREU4aFU2UTJuVG00bzJ3MHU3OXI1THB2NGxXN3Njc2FlRVBPZlJRTzRkT21lVDN3cXFCaUJIYnBKWTJMX2hSejhha2NhSjVwVFFWcnVCWVp6MVBIMk5HQTh0YnZsV3NzRDV1ZDFFNnRwSHkza05FaWNGRVFRS2hFTFBZdmVKdz09
[https://rhinoreview.substack.com/p/rhino-review-ethereum-staking-journal-c7a](https://rhinoreview.substack.com/p/rhino-review-ethereum-staking-journal-c7a) **πŸ“Œ Rhino Review - Ethereum Staking Journal supported by**Β [**EthStaker**](https://ethstaker.cc/)**.** **The EthStaker community deserves immense recognition for their unwavering support. Kudos to their dedication and collaborative spirit! πŸ’«**
r/ethfinance
post
r/ethfinance
2024-12-12
Z0FBQUFBQm9OZU1CUF9lbHdWSWs3Y3F6U1pOUDBhcTRkdEV0aml5aWxQdlF2cjRrc1FLeW5IUUtoMGJyaFhPR0tTQ0Z4aDU0d3lpall5czNIX3VtdzBLd2hjTXlTMUpZbHc9PQ==
Z0FBQUFBQm9OZU1JWWtVWjY0ZF9QTWdIRGQyVURzNkxvMjZFQ21Dd0JQUVhhUTluNkMxRFdEUmZXU1Rlb0wtYktxaWJvMndPOW5rQVR6eGxEQlo5TVZrSGN4VkxfTFl4Q19fUDlsaDJOVG90eEpqcWZtbVQwdDVqeHBCd21qV0dBMFJkY0ZLbjJPcG9FRjkxTHJFVDNjS3VYVVY4eV84R1hmR1J6MTZZMkR4TUpmWXlWclE1S2NVcEVSZ1hWSjlQcnJIWll5c3Mwbkw2bE1wY1pkSDFsNlBORWk0SENWcG9NZz09
Hi everyone, I’m almost done with the Machine Learning Specialization by Andrew Ng and plan to complete the Deep Learning Specialization as well. I have a computer science background with knowledge of Python, OOP, and algorithms (though I need to brush up on algorithms). I also have a basic understanding of transformers, CNNs, and RNNs. My goal is to transition into a machine learning or data science role in sports analytics, preferably focusing on football or cricket. I’d love to hear your advice on: 1. Key skills and concepts to focus on to excel in these fields. 2. Types of projects that can strengthen my portfolio for sports analytics roles (preferably football or cricket). 3. Industry-relevant tools, datasets, or frameworks that I should learn to stand out. I’d greatly appreciate insights on how to make myself job-ready and build a portfolio that appeals to employers. Any suggestions for unique project ideas or learning resources would be very helpful! Thanks in advance for your help!
r/sportsanalytics
post
r/sportsanalytics
2024-12-13
Z0FBQUFBQm9OZU1CX1BKRmNlcDJyM1N1ZjJ2VG1sUHdtSUN5LUFKekxxZW9VUHhHVmZnSUNfVjNYeXgyZHF1OThCTTdJNDFlZkplOUdWNFlFZ01fWjVIRXZ3LTNiajZZTlE9PQ==
Z0FBQUFBQm9OZU1JZFdVRzhteDRqWEhFLTFCTXFPZ2VzdlJzZUVMU2xNb0dlbnpFVVNQWmMzdDhaVi0tUXppa1NKeHkxOWU5TkdPQU9VWHdpSElWSlpkaks2cXMtY29qUmFhUDNycGE2aEVRcEtlX1l2TERUWTI3U2Y2VVFvZ3RpNFlleHNRYkZmdFoxNXM5cHhsaFRBSkRRSVd2YmV0eTBmS0JtMmpkdDBQdS1nd3N1eHdlT1BiN1hQOGpLdmVTaVRzamVBYlJNWUZPSXpfQm5acnFnQjlRZ2RpMXFqZS1GUT09
Hello, Has anyone in this sub landed a internship or any job in the sports industry (preferably NBA) as data scientist or basketball analytics assistant or something among those roles on the operations side (not the business side) that is willing to share their resume or link some of their projects that help land the job? I’m trying to strengthen my resume to help me get some call backs .
r/sportsanalytics
post
r/sportsanalytics
2024-12-13
Z0FBQUFBQm9OZU1CejBOeG1EV1dqNWRkMjFvMFlBQ2I2VDJ6UzFFakQxa1NSY3E2bzU2SjlkVEEtcE1jeURkdlpSLU84bFpILUkxRlFsVkVXZ2Q0MEl1ckxQeU82a0VTX3c9PQ==
Z0FBQUFBQm9OZU1JMHB3NjRaMGVLVDl6LURYczZRTWtMckhVaDFjbkJBNDUzMnNNcFhneW02SEQxSHB4RktaMlplSUNUSmpfZTdES3lSaDYtLThZTTJCX1JQWTdraUkzcTZ4bTBSY3RVZzBkTWUzODBtVFc2ekx0dGI1dGh2MHNqMHRtMHVfX2ZlaHF4bGJVWlFtdG5GTHpKNjhXdUJFUV8zVnE5cXF4VlMtdHMycEREdVo3enNia2JYeUVIZzFXOXhvNl9xbUpPVWU4V1QwWkdPdmFpRWxkVVlzZFZvVEVTUT09
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-13
Z0FBQUFBQm9OZU1CUHM3U1dlY3dweldpV0FsYTdqdnJSdWNXY1EyLXd5Ql9zMWlST25xdWR4NkQzOTlKNEtRYXFWWk5IWGo0TU1sbEdSVlR5cXh2RUhyNDB5SHhUeFVJLWc9PQ==
Z0FBQUFBQm9OZU1JN3VaT0ZOTGhHb19tenRNd2RiLWVIbTJvRnJMWm5CYThzODNpOF9heDQ3bmc1X2pCb2IwbWtiTWJuTmo5LWdQZUpWczdveXp4OXhFSFZmVGNLRlNLWHpmVUFpZG1GTmhBV0ZzQUs2OEpwYTV3NC1vNmZqcHl0TFpGUFhYOS1RSzZQNWtMaTFYbkpENFFlSUljb3E4bDU0RHBWQUdJejdjOWdZajduWDV3dEdNRnRlaFMzX19Rb25XOThHdE1NSnl5
Hey everyone, I’m 17M from Kerala, wrapping up my 12th grade, and trying to figure out what to do next. I’m from a small tier-3 city, and I’m seriously considering data science for graduationβ€”it seems like a solid option. But I’m kinda confused and need some advice: Will data science still have demand by the time I graduate? I don’t wanna end up jobless after all the effort. I’m really into sports. Is there any way to mix data science with sports? Like working in sports analytics or something cool like that? I’m thinking about doing a small machine learning course too. Would that actually help, or is it just overhyped? I’m also open to moving abroad. Does this field have good scope internationally for someone starting out? If you’re in data science or know about it, I’d love to hear your thoughts. Am I on the right track, or should I reconsider? Thanks for reading, and any advice would mean a lot!
r/sportsanalytics
post
r/sportsanalytics
2024-12-13
Z0FBQUFBQm9OZU1Ccm9CQ2s0S2VVU0loVWg3R1hpQ2Y1YlRWNUF1N0NBU2ZBdkZoQ1ZnSzhnd1o3a2VkSFdmYXFwZDVkZlhaMTgydE5sQnZXZTlzSHdPMkNmWmFQdG55OFJ2ekJGRnlpSEhJWkhyY0tiTVN6SzA9
Z0FBQUFBQm9OZU1JNEFKd1poODh3Q3c4cnZ4d2F0Ul91TVNIcU5xWExGMnVOZFF5TENaMkhvdmN0TkVnclJsdFdyaUd4SnJwdWJuYUEtbW9KMi1Za2p6MUxCRlgyQnVjNHI2alNXa1VJWFU0emxlM0g1NkxDRzgtNXRrVDZjeUFJeWpfSjBvaGJrZzUxNDVJN01HOURfMFFxNE1WdjQ4QW9PZGd6THBjTjNXbVBDOTIzLWxMV3pjMkIyZlZSRmVqYnNOZjludDlPdnFKMDJ4X0hhVmtLRzhnVWN3OTF6Zl81Zz09
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-14
Z0FBQUFBQm9OZU1Cd0RnNXJSczVHek11eXB0Z09saGFlMjdZNTFnYlk3MHY2ZHdNdnNQSjRkdUVkLTRDWXVhQ0ZHUGRRdkF4LUZRRlloYUNtVHN1Z1Z4MXUxU2xDUXJmSkE9PQ==
Z0FBQUFBQm9OZU1JUG00VmhpQXJ4bEpmaTM5X3RxSXVWSHJkcnlUVlJEdFBNWVFPbFdBTkVuc3NqRmJ3MXZwXzBDZTdsZ0Z4c3dNMmFyX2ZMUDhhaGF1ajVhYmQ4dzFtSzd3bzVISnFrVFF6cGNPVzZXZGdNd081RV9MRFFRTHlvUzZlcFIweUhad1BYNmt3dF95eGVjdDhLRzUzT3lNY2xBcXRIMHJYWlA3VF8zR2wxeVNoQlFla2RlN2pjTHg1M01DbmZxQ2JkbkdD
Check out the Win Margins and Venue Insights over the years #IPL2024 #IPL2025[Win Margins & Venue Insights over IPL Seasons (2008–2024)πŸ“Š](https://medium.com/@nsiddharthasharma/win-margins-venue-insights-over-ipl-seasons-2008-2024-2bef21339712)
r/sportsanalytics
post
r/sportsanalytics
2024-12-14
Z0FBQUFBQm9OZU1CZV9XYTI4NURHVTVYYzRLSjVqT1BTY09xaDhMeUh2U25JVTVRbS1TblFQSXVTbGFCUjB0N1A2UEE2aE5YeEg0SnJKcm56TWZTbTBTMlJfajhDZXZQN2x0ZXd5S0ozTTFOYktkMmo5VDdHTDA9
Z0FBQUFBQm9OZU1JSG1SUGFRcE9KOU51VzFjX0lDUjZrNEVsSEhfWHNEQ2xTbmkyQUF6dDRSVzJMTkJtVnB5ckt3aTRBSURrYk5Ec3dibXNUMlNkQWE3QVNrYzNZaFM4RGZGbGxZczVVMWtOb25UQ09Rc1l3c1kxX2ZIajNvY0JCUjA2eGFKVE1UV1g5M2VxaHZaNTNOZmdUZFpvVm0zUzU4N29ZOFU5amhLVXdsaDlnLUFNNGlIRjE2dElmTnRPMEJwQ2h1WDhGZnVsWDloTjFFUm94UGlIM3J0M0xxQTJoZz09
Hello all. So the ATH, and low%/change over 365 days got my attention. The ATH is over 200$..well well.... ID LoVE TO HEAR Target price you predict for 2025
r/filecoin
post
r/filecoin
2024-12-14
Z0FBQUFBQm9OZU1CTUh5eF9nQWs3SVdzb1poRHFaUjdBVlN2U3dVYzBfVU9ham02aXdId2FFSE9MLTZrVFlwdExiczM3QU0xUEFPOWJLMnJ2ZjY0SHRyYmN2OGxoSThKbnc9PQ==
Z0FBQUFBQm9OZU1JMDhkTEJ2QV9Iel9RUnNxaFIwRWJydHZIWTh6bDBYSU5lUk45dlgtazNpa081Y1ZqVTBZVWs2TjhKMTZzbkpydFUyT19mc09ySjh3QWVlZjBuLWVReHNGelJadkNqbmNGV3ZhbGxEYTlSMVlfUnl1YkV1QnVKM19rclpJZjI0NFJfb3d5YWQyQnZ5TmpmTkJISS1VN3E5MXBLWUIxdFRhakZQeW5WR28yQ2VZPQ==
I have a job with a web3 company that pays me in USDC. For my first month, I used Kvapay and it charged me over 2% to convert from USDC to EUR, which is way too high. Initially, I also tried opening an account with Coinbase, but their customer support is 0 and the automated systems kept rejecting my documents so I wrote it off. Could you recommend me some better options for transfering money to my bank account?
r/ethfinance
post
r/ethfinance
2024-12-14
Z0FBQUFBQm9OZU1CMUF1V25WN0hRaGpHa1VWdHVPdmUwMHQwZ2NsYlNzdl9ia0lWdUtyTjVUN3Q5cHUxSWg1bXRzb01lc29tTW5UU1o4WFEtYW9acUVaalh2WUpXa2hUbkE9PQ==
Z0FBQUFBQm9OZU1JR016X3Budk5GVkZFQXEyX0tSMFE3WElpMk93ZHRCcGctOG8ySlI0WEtHTU9wUVpOLW1PRnFNZUVnLXdzMXpyVnI4TFBwZGFDZmFicl9fUUpOVmh5SUpzZzYtOXNvMFJyTGswSFBzbUQ1MGJuVmM5bEwxbFJycHNJLWl3ekl4bk5ySm9paHhLa0VCOHhyeHl3TlVQQ3VySkFid2VRalJkOWFRSHFfZ3cyOHIzX051UXRleDlsVERfNTJWOGdrcEwzVm1RaFdZcEJmb0tVSHVGZVFvS2wyUT09
[Link to daily-updating database](https://statsurge.substack.com/p/g-league-data-updated-daily) I wrote code that will get G-League stats from [NBA.com](http://NBA.com), and update each morning. As a start, I've uploaded Advanced, Defense, and per 100 possessions stats. Obviously, you could copy/paste the data each day, but that'd quickly become tedious. This way, it's automated and easy to access for all to use. Although I'm sure APIs exist, I am increasingly frustrated with people charging for what should be free data. I hope this small contribution can help solve the issue. There is a general lack of G League analysis out there, and I hope this data will help more be done! I've also noticed that the NBA API doesn't include advanced G League stats, and matching up basketball reference with [nba.com](http://nba.com) data can be tricky. Let me know if you have any suggestions for improvement, or requested data to add!
r/sportsanalytics
post
r/sportsanalytics
2024-12-14
Z0FBQUFBQm9OZU1CSlA2eHI2bVFLei1LZ3o5U1QtaGFUTWZkTWVtam9SZkl5bkJUODRqS0s4OFBzZVo1TnlWalFzWDZOTkFTaUtYQUh2U3RCX1hYbnFZb0tDYm9Ddk1TaWc9PQ==
Z0FBQUFBQm9OZU1JZm9halJqcHBSTnAyZ1l4SktzSGdlZFFoVlhtcGkyZmVhYzg4aWZ2Y0hEbmFkUmdCVnVOZUw1V19VODV4MDVwZ1BTcERSQjA5VkphekhFSlllSFdwTzdaN2pQcHRVcE51Wk02VzlXOUVlRjVZeExheGgyV251NWVOTzFtd3hqRVhjX0NuZVJsQVhOZUJDSkZYdjJQTExhdWs4UkZHSFZQa0RZUkljUEpkQldsVXQ5UmFsX3JLdUs2TXBtSk1OZ1FIVXVoWXAwTzRJY2piUDVzaGdwalc3UT09
1HR and 2 HR chart will need to break 200MA and 1st SUPPORT kept. We are looking good!
r/filecoin
post
r/filecoin
2024-12-14
Z0FBQUFBQm9OZU1CQnNqV1FJSmNNcEpWVHE0TUxmLVB6LVZDTTZoekFFcGxYdWJjVXQ5Ny0waHgwOGl6YWVEZmMtS19yLXpDdjNsMktBbUdHU2h0R2xiMTF4RkdvekgwYmc9PQ==
Z0FBQUFBQm9OZU1JZ09yNmlJZ2Y3YzMxT1NYUEJRU1hvcnRrUFRCYnBvdFE1bmkxZHdlU05TNFZKcDV2UnV2UFdDYlY4Q0RWTFFYcVlSWFlES1puSFltU3Z0Z3cyQ2hjcDZIYWFocGYzbFg5LW5fcTVfN1NyWVVvd19EaGNycXhuZGVicnZ4ZUl1WUlpN3FjdktVTTN5S0I4eGx0d2d2UnlnWHNpOE1Ic0UzakVIWUEtQ2ZzLXQ4QTdEbGt1UTFFZWthM0M0QW9xVmhFRlFvMnhPMGVNcmVPS0pLWUtsaVpSUT09
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-15
Z0FBQUFBQm9OZU1CSWpsOU5xUXFOeUNMM3ZqNUZLQ1lnSTZYV0ppNnZ4Z2pFT1F2eWV0cjhjMUxQaWF5LVBLbVQ2RkxXU3FiYzNDMUtnb2xSNnh6NTBaUHJIc1RBdzN0ZFE9PQ==
Z0FBQUFBQm9OZU1JdC1PRFpYUV9ZaWM4NlQtU3NTOHVkM2YzXzhWVXhDNmc5cVptdkhWUkFTZ1JjWlFHU1ZySGVsTEZoQnIzTFY3QUpjS1k5YjU3V1FPdHdDaDQ5MmViUTlEcnNLMHpmQ3ZnWnc2SzhOSlpDOXNvdnFzMm8wZktuVXJTVHQ5RHZRZ19jWHRLM3BzeWVXSGhRQ0NZTTVRN2YtWWh4VWhDZDZNY0pnUF9DeWEybDctbUUxM1ZYRngwZEMzVmk5TmZ0S0Zo
If it's just a bull run for the start of 2025, than head and shoulders to what ever TRIPLE TOP. Right now we made a shoulders, let's HOLD tight. This is the 12 hour chart I'm looking at. 7.15 is the # to break. If this 12 hour chart isn't making a head and shoulders, and we ain't NO MEME, than LETS go for the BIG W, with a LONG weakly candle GREEN! To some this might sound alien, to others, I'm scattered and probably get the just of where I am coming from. In the END #FILE COIN MIN $20.00 πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘SUPPORT...let's BUILD this support!
r/filecoin
post
r/filecoin
2024-12-15
Z0FBQUFBQm9OZU1CVmFvVjJXaFpGbzYxT0JBbnVuLS1OTVAwREI2QWxWLUVfbEVSUUs2UkI3U2paR0tlcDVFc29JMDIxdTF5ZUlHOUZRUUdxM0VPMnBDam9MMEpnOXU4UUE9PQ==
Z0FBQUFBQm9OZU1Jekh2c2JzS0pWcHMySzlZSkhMQTdNYkFxT3dkV1dfZGpvcVZPM1kxSndUdl9fNWVJbGdaMXprSTJqaHRHZHZHbnRheU5aeWRDa3FwaHE3R2Zralkzd1RLYzZqOG5Well3UkJMWG1nR3YzWTdHRVdJZlhoTEt0SDcyTHZITmVzZjhGYjVzSVUtZVROWXE1eDlCMFNBT3N4MW1SZDVjbnNGQUhQOTNPb0I3OUhIQ0J1WXU3cnFWUUpINnRhaHpKYWMt
Hey all, so some of you have been here for a while, and in the lat 24 hours, this random Canuck comes in and hypes up this COIN. What does it mean? It means, I believe in the END game! Just on here giving us holders that spunk to remember the long game is the only game. πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘ ↔️Always UPVOTE each other to show support! #THIS FRIDAY: $7.88 (just a guess)
r/filecoin
post
r/filecoin
2024-12-15
Z0FBQUFBQm9OZU1CNmQza3A4VlFCMWZnVnVVT3VUeFJFNXFqSDRMczdZZFpVanBQVGFidHJWZmtpSXkzN0V3dGNFamtuRUozbmk0SE00TnVweWM1V3hJVTVfU3k4b3ZERFE9PQ==
Z0FBQUFBQm9OZU1Jak5Cb0d0bllEUElIby1oNHN3YWV5cFQ4cXlUSGZrZGZKMldQUTY0aDVkejdNZ2dOcjV1YkhnLVlXUzk4QmtmTDN0cmF2QU9GREo5QzluamRNOWVfOE01d2wzSDRmSXBKNDRtWF8wV2NlRkF5aUx0UmxlVlEyOTFsMEpNRF9Ra19UT3IxRS1HdnJyRTVxajBoMlpYRDFSc0xhTFBDRVRoYTFIZlNKNUptODZnPQ==
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-16
Z0FBQUFBQm9OZU1CR2dzZVdLcDBpOEFHVUZVY0xkeG1VY1UxR1poMG9CUGl6dG9TUVFFbl9Fa2xZd0hEZF94YlY5bUZLX0Q2cXJmX1ptYzN3LUROdkI1bDJWLXlZbkpQaWc9PQ==
Z0FBQUFBQm9OZU1JWXlEU1pWWDdmMlQ0VW9RSnlsU28ybGZMV1RaclR4V2haZEdJVHNsbzhTUkVVVWN3YU5BTlBOVGw0VlVqRmhpb0xqalRTZmlzSUxIdEJMbWRSYjBaWU5PZTQwMU9RVVNDQWJpTUx2SVAzV1dUUVNOZ2xORUNnTkF3UHBDODlTZ0NrSW5pN2h6YWlLaUM5emJxLThGYko5NUs1UEttMFQ3bFZoOTlLc2ZtODRSZm5STkNJMjJVUWxyamRMNGpzc0Rh
[https://www.youtube.com/watch?v=0fja4hu4FeU](https://www.youtube.com/watch?v=0fja4hu4FeU)
r/securityanalysis
post
r/SecurityAnalysis
2024-12-16
Z0FBQUFBQm9OZU1CTkNLSVYwZTYybklIZkpna3dPRjFkUGVwMjEzZ2tnLVQ2eVVQTHEzeHU0RldOT05ZVjFkRGpsUWxCbml6VnMwUnFka0FHVFRHZGQ4WENwellMbHVQVVE9PQ==
Z0FBQUFBQm9OZU1Jb2Y1Tzc5SklJbXJMZnQ4T1hvRUNaelJpY0g3STZUSXhCNUR5Nmx5S19nM1lmZ3pMSnp0MWptQ21kMHh4YU1HdFlWOVVjajJoUFJzM2htV1JUYkpjVm11aXlNTGx0U21WSzlyYm5kX2h0Z3NOV01FMHJHUlVYb0RGR2JRaHdpYUpFOFBUMFBMRnBtLUtfby1OYnc4Q0lYTEJoNnF6aExyWXh2R29NWXc1Q1BJdmE4NmNtMjBBN045TmpFUl9ySnF0bGVCQzlhLUk4cXhHQmNTVzBqOENqQT09
can somebody tell me how to contact someone from fil to ask them about binding process for recovering my assets from BNB chain network ?
r/filecoin
post
r/filecoin
2024-12-16
Z0FBQUFBQm9OZU1CNHUxVkpnR3pBbTRVYmZTN1I4MWtjLVJEUUkxbS13ZTVOMURFdlMxQ3dydDBKcEctY0J3MG92WjFrREhHc05ILU9YRGw0alZiWnM2TW8xWFNiMmtmcGc9PQ==
Z0FBQUFBQm9OZU1JakdTY1l4MlFjTmFzSUZadHdDMkNERjZuRzFjQ0hsa3dBYjh3QzdMWUlhWl80WE0xd05TV1NhTzVHdEM2Rmo3QmJkbGxRR0w2T0NLX1N4YmxKUkZxNGJGQ2h6TmNOTm9HMnU5aTdtVFlwWEhHUFdVNjJTZVRKb1gyV3FUVnZzemM0UVR4LWhmWFpvUzRGNEh4UlR3dTBYWXkwQ0hKcEw1aG8wZUpXMk54TjNPVWg4OHl6R1BpXzVIR3RETFdCNDZfWW1PNXFUS1lKQWpkXzRnV1Z0Y3cyQT09
Now that crypto has institutional investment and ETFs, I think it is likely that bear markets and bull runs are going to be less pronounced than they were in the past. Perhaps even the four year cycle that we've come to expect will fall apart soon. The thing is all of us are waiting for 2026 or so for the next bear market, and we all are going to buy in then. However, how disappointed would we be if (lets assume this round BTC peaks at 140K) BTC actually bottomed out at 90K or something, and then in the next run it just made it to 180K in 2028. Or, for example, lets say that ETH peaks at 6K, then bottoms out at 4K, and makes it to 8K in 2028. Those scenarios would likely be disappointing to many on here, but I see this type of thing is pretty realistic. At a certain point, is it not true that this whole thing will not be happening? After all, if cryptocurrency indeed does become a major currency, its value will be pretty stable. None of this stuff will matter anymore. How far is that though? How powerful is the halving in reality? Discuss.
r/ethfinance
post
r/ethfinance
2024-12-16
Z0FBQUFBQm9OZU1CU0Rxb0E2Z1pmTUo0YnhYR2JGOUgtUzZ3bEF0M3dpQVUtLWFSYmJoZ3VfXzJiaFYxX2l3VTVRVzUzRDJsV0RONDgxT0hZSVRzRE8xbDNNb2NFWFVqRFE9PQ==
Z0FBQUFBQm9OZU1JU3NwY3BPNERQUjBsMERWNVdPc1ctSmtseWE3MGV6Sk9mUEhkTzVpSWhfYXVMdk1lbVhQMkQwZVl1T1BuVmdybXhLQUZYbkdnd0ZPRy1yOUZRd0NiTGQtSmZXTm9IRjZWWVdlVDRjaWtwc0tuOGd2SnhqdFFMcTNQYkl4aUpIOVZRZE1HWmNLd0pCU0pLZUR6Wjk1OC02b205ZEVxOVpnLVJ4OTNWVUF4SkZ2NlVPYXNLVGhTWDNNUkt2OVRNYUxXbFFVcmVfUmJyMXNTOEFTWVo5U05kdz09
All my FIL tokens were seized by the Chinese police in April and the STFIL team in china was under investigation. Anyone have any update on this? Thanks in advance.
r/filecoin
post
r/filecoin
2024-12-16
Z0FBQUFBQm9OZU1CUFlva0x5UGNsSnp0RG1laHY5R21rVWFnSjFtcktCMmJBYXpGWms3cGV0d0JWY0NYTXJNM2J2S1EwZ09QQ2tmVWpraEpmUXdZdTAzT00zZGNPNjR5MVE9PQ==
Z0FBQUFBQm9OZU1JVTVMN0tCZG9OcEVTUGxUR0d3U0M0Wm9idFRpNFg0MTZlREpseGVycHJ6LUJUREJLU01NNmxSQnRXS0ZQZlFLQm92THA0TVdEWDdUXzdrdDRCdG1WODlkVkJXdHlROTktX25wN3dyeU1LaGNJTktyUVBvUm9GeEMtNUJLTGhNM1ZMMFJQcE1jem9aZXkyelR6elRBdXVHa2JUenNOaHFTeVAtYWZ5ZjRKaG55VXduSTM2djR2QVJKbnJLVlpVS3RW
I'm a university researcher interested in player position data (each player's physical location on the field in terms of an X-Y coordinate system) in "field-invasion sports" (soccer, football, hockey, rugby, ultimate frisbee, etc.). There are lots of companies that make products that provide these data (Isolynx, Kinexon, Wisesport, Zebra, Catapult); it's how TV channels make post-play animations of where all the players have moved on the previous play, for instance in American football. I am hoping to run a research study that collects this type of data, but I want to find some experimental data to run my analysis pipeline on. I know TONS of high-level teams collect this type of data (although I'm not sure if or how they use it). Do any of them make it open-source?? I realize it's sensitive and they generally won't want to share it publicly, but are there any old datasets floating around out there?
r/sportsanalytics
post
r/sportsanalytics
2024-12-16
Z0FBQUFBQm9OZU1CcFhJVS15M2k2OXJ0cEdmRzUyenZXWUxNTmNqcTdpZWpRLS05dXBqY1lueXFrQ2pKMVJrNUNiQ3VDVnh1VW1LS0gycEN5VFhGT2VYbFd2c0luekFyWlE9PQ==
Z0FBQUFBQm9OZU1JV2ZwU3h5M0FRdUFaT01fZzgwVnFHdURRTjk1TUZ6X3h3QUhiNGZCRnh2bGxKeEVjMzE3a2F6R3dwSnh0bDZzZmpFYllUZGZOOFdyVFZRU0FIcTNPZ3JaTkhZVF8wS0FPUkdnb3lWLVlxeTJqMXBqTWNkV2lXcm5MbEtEamJ3dU4tLVpHOUdmMDlCWmpPMHJWQTdETVd5b1ZBM0RJQkJ4aHJGMDVEOE5mZEpNT05qNTFKYWt0NWNsRDhPZm1BVlJLV2hCVEFPd3NvNzNxM1k2eXZYdTFSZz09
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-17
Z0FBQUFBQm9OZU1CbU9iU09ieURmRmlVU3ZyVXhFb1BHNU5RMmoxSFUwTUZLSlBUUWU1NE9WcnJxZTlSYUs4WHMxSkJnQ3JnRXA0SFphbWFtRUZTMWduR1BuZ2tkc2lhTHc9PQ==
Z0FBQUFBQm9OZU1JbnRUSklCQmNpQjRYUDVnZy1kVHRlbGpmbjBNeTZ2SzB3aG4tcG16b0lULUFuVjl2UlFQQjdSZVhZVTFESGo5SzJQd3h2RTNLbVk2WmxYMkNETnpNRDJ6WERTQkVoaDNIR1hucW04LUNXTnJzY2NsNkV0YVR5TVA3TUNFUFFFeUgwY3BxYUxrWExsdXNFZExtVjJrN01JNnJVaVh4U3BveW5Lc3E0YnBoeHdiOE13WXB6NlY1Vk1TQ2FrNnVFaERR
EIP-1559 has the dubious honor of being Ethereum's Most Misunderstood Upgradeβ„’. Despite many years passing since EIP-1559 was activated as part of the London fork (Aug. 2021), misconceptions about the upgrade still persist today. A decent number of these myths are result of the "Ultrasound Money" movement emphasizing EIP-1559's base-fee burning mechanism (and the consequential reduction in supply of Ether) and hitching ETH's "deflationary issuance" on this feature. However, EIP-1559 was clearly conceived as an upgrade to Ethereum's fee mechanism to improve UX and make the chain economically sustainable--not to accrue value to ETH by burning ETH or reduce gas fees as claimed in certain circles. Post-EIP1559, the following things have happened: - **Transaction waiting times have reduced** (e.g., due to more predictable gas pricing mechanics for users) - **Fee volatility on Ethereum has decreased** (e.g., due to block sizes dynamically expanding to cope with market demand) - **Ethereum's transaction fee mechanism has become resistant to manipulation by sophisticated actors** (100% of base fees are burned, rendering those bribes to validators useless) This report ([link](https://research.2077.xyz/eip-1559-separating-mechanisms-from-memes)) from 2077 Research dives deep into EIP-1559's design--analyzing the historical context for changing Ethereum's transaction fee mechanism--and debunks certain misconceptions around EIP-1559's design goals. We also discuss the benefits of EIP-1559 in more detail and touch (briefly) on multidimensional fee markets and similar improvements on the original EIP-1559 proposal. PS: A tweet thread summarizing the article's main takeaways is available on X: https://x.com/2077Research/status/1830618981146743270
r/ethfinance
post
r/ethfinance
2024-12-17
Z0FBQUFBQm9OZU1CbWl5ZXA2YjJvTGgwSlFkNTBxdVQybFozeTRfX0NnY2FZZkIyMlJpMTF6NlYzYzA3c0U4MEZ6Mk9ETnBTcHhRRWgtVmQ3TEZrQ0xXckZGaHY3V3JoTldyQWc1VDRGUTJOSWxvY0xFVEljUm89
Z0FBQUFBQm9OZU1JcTV4T09iVDFjOFJfb2lJRURpNUFock54YzZDMVRidHF6THJxUWZXSThqLXRKM0RrZERrajNZbUZabHM2bHMxZVJCZzNoSnZKTmc4RjNMRDc0SnJjaFFGTjBITlZYb0tvRzlkTVM5bm4tZF9TOURpVmdaZHBiLWRjVThSWEVuZS1OQnR6U3JxRmpjT01DQW5sNEotYWdVUmlSTGpYdXozZzlxWmktell5RVdlLUlHenN1bnpPX003UDAxbUlyLU1t
ETH normally lags BTC 6 weeks. If ETH hasn't moved yet it means BTC is setting a higher floor for this bull market. If it distributes at 100k ETH cycle end price for ETH would be lesser then if BTC starts the distribution process at 150k or 250k.
r/ethfinance
post
r/ethfinance
2024-12-17
Z0FBQUFBQm9OZU1CalhrQ1ZzRWMzMUh5MVZNaE40Z0JFX3pRejhwazFDUTlYbEg0T1pLQkVPUnlERFEzOFJBS044cTdMbV96TEctby05Z3hZQy1RYXFTd0h2R2RPWU55Wmc9PQ==
Z0FBQUFBQm9OZU1JNFloWmVQc0NPWVFPVFVRMGVzRGUwLS1FTEZjaXE1SjlUMXRJT2o0VERURTJQTkpiN3lvSDl6NjJreTBVTWN2V0c3Y1d0R1g2WDh0ckFWRnpWMGhxSFFoSnRRd3BzXzlkQ29aaG5WTDlfRHVqU2ZyM0szSnRIYk5RbWtIb3hxWWVfN01URWRDR2FyLWtMVW5uSTNHUnQtemx1dlVROGEwWU56UG8zOHRMbmpYSkNjZmFCaG04VzlBUG5xLTZwSHFJWklIaEZmdVQ2YlNySEV5UnozVF9RQT09
I'm about 70/30 crypto/rentals currently. I'm considering selling a fully owned rental house for 150k net. The house makes about 10k profit/year. I would need the 150k to make at least that, or around 7% annual return. A) Would you sell the house to make this move? B) How would you allocate the 150? I know it's an ETH sub but realistically, I'm considering hedging my current sizable ETH stack with some combo of BTC and trad ETFs like SPY or some high dividend ETFs. Thanks for any advice and opinions, especially from those with a sharp eye on real estate. Been around since the early days of r/ethtrader and what a ride it's been. Thanks all.
r/ethfinance
post
r/ethfinance
2024-12-17
Z0FBQUFBQm9OZU1CMWdZdk1fQW56bHlOU3ozZXFzQkcwcllJbzF5UzBqQjhaUGhueE9sOUNFcVdRT3dSSWtiRnZBMFpMcmZCR1laTHJab25teU9XOFB5Y0c1aUtPeHlmTFE9PQ==
Z0FBQUFBQm9OZU1JM0ZiX0ZXR28xcy1Pbl9LdU9yOWZuTngxdWM4UWpUUzZ0N3BjWk4zdEVHWFk4VGxOY2FTa1pBbUNSVVhfQll3aU9SLVl1MWRmT1RiNXU5ZlNJVVVZM2tRVm1sdDVRVHBiSDh3cFlIMHBCWmdsMk5aWWxFdkY5Q3BvR05BeEd5YldZMHZ5NFhXdThQaVRVcnp4d1hkWlB5c2dpRFE5cjlKYnBVVm1qRW5jbXU2X3RtMzRUcXVwVGRRekxkWXNmTEtYN28tQ3NqTk9udkMxM0lTaWpOQmdFZz09
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-18
Z0FBQUFBQm9OZU1CWUNzSXdYTXJJS0c0YlppWVQ5V3I2UkZPVlhoMlBGSERvdUJJMXloRFBSUzc2ZHM0YVpnbXVra3N3RG56OFU1NzBsQWhwcTR1d1d5N0lpYVNyOTdUb3c9PQ==
Z0FBQUFBQm9OZU1JMjBWUDV0NWFPSVY2MkkwVG5OS2xaMzFGWWV2OUtkUTIwUGEzdFNZNndUNEY0ZkhjZFVrSDd0cS10YmRKRUVINGdOVmM5MU85a3VDNmk2RDAwdkk0SmhEUHMzV0VmeVFOMFowNVhURUZtUzl6MkRZUy1FeEwxYXAtOGxrT3hYanFpWEZpNm1DOEExU19DYjRSenZ5dS1SUmFJbng4dTdjQVRDSG1FdzNQX0xyWWxTZ1JRV0M4MlRuaFZSMUk2MWhk
Looks like GS is purchasing FIL at over a 1000% increase. Am I reading this correctly? Seems super bullish if GS is purchasing already at over a 1000% price increase.
r/filecoin
post
r/filecoin
2024-12-18
Z0FBQUFBQm9OZU1CT2NIT3pBTEVCNnlaa0s1b3p2NFpPVzZGeFkydjZtSWxoVUcwNmNhV19SS2VxZnZvSXY3Sm9ZZVA1RFM4a3FTVjVZd2dsMjNxa1NKMkxxSEEwZXVEQm5mamQ2SExtMmMtRS1LcUtXMnNDMVE9
Z0FBQUFBQm9OZU1JRXEwcVpQWDVrMmpvXzNWdzlZYkxEZGhSRFhQQmZtcXB0ZWxTOUFYRVUtdFZpTV8yTHFIZ0JKd3o0Sm4tZS10U1RlM3BTTWJtQ2FVUkpZY0hIejlnRVRXUWRHOGNJdnBqdW1uVnQwMlVWUDZPZ2NVdGk1bGljU1E4OTRaczdlV0xYejdQU3kwSzBIcjhrX1lSTmYtVEI5TE5EOVg2b0hCVTZsX0phdVFXRV9ZPQ==
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-19
Z0FBQUFBQm9OZU1CV2lGRkc5dXVQbXhtamZsdlRLeFVkTUZRQTNzRmJJSUoteThEejZzMkdkaTdBZC0xM0g3M3VKdFVPbml6MHdOc0xYSjVGMkJLOVJaS1ZUZXJHendtUkE9PQ==
Z0FBQUFBQm9OZU1JUzB4bkNVQ1MtdkFUanlralBmWXFiLVVXQWFPd1U3YWhIMEVtdWtCZzA5R3hLWmdjN19UZDZGdTJVVmExSXhZcTBzTkgwZ25MMEpBSlJ1d2l2VUlVYllUdEh1U1RjalNaeGZRWmdfb09nWFVuWThMcEVTWTlqcWlJTV93OFQxMUY0RFFHMjYzWUJSaXNMZTBLSHpydUFRekoxTGYwWnNXdDFGalVtZktKU0cyN3N3M1pmcldrRGRQR18tMFFOQ3BU
Having banks moving into L2 for regulatory compliance seems to me a big deal! The snowball effect nasty catapult European banks at the center of an historical leap in capital deployment. Moving money efficiently has large implications on the economy. What do you folks think?
r/ethfinance
post
r/ethfinance
2024-12-19
Z0FBQUFBQm9OZU1CWEp6ZFVLY1BnNXJQLXNwNmR1ekhDOHdLYlQ5NjdTd21aTlQ1Z0xYS3AzUXU3QWhJNFJWR1FCZWpnSWZlN0ZtNmpqd0VaZ21SNFM3UmpWdU83TkRzNlE9PQ==
Z0FBQUFBQm9OZU1Jbmg5elFUZHlkR3pXTXpWdnVpUDdFd3lMZzV3d3poOW84VzZRd2Q5N0ZaVnVHdGlJcnVtZ1lzazlrLVBBUTNLNjhZZFJaZWYwQW1MeTdnTEpIRVVqa3BmcjlBV3g5aVZfU0RWbk1VUUhTY1V6Umo1TlpXbEstU05Nd0pOSmRnRHduZloxSUJ3TTJSd29jcTF5c29icEwtc0RNX1NUc3ZnNnlRdWd0VVY1TjZwMGwyTXRZR3NVYV9ycnNiZDJzMzNKckNyV3c5WEg1MFZpV216dE8zeE9TZz09
Hey guys, I hope this is the right place. I currently plan on writing a short paper on the impact of Red (and double yellows) in Football/Soccer games. It is going to just be a data analysis. Currently I'm struggling to get the data I need. I found all the data online but can't download it or anything as I'm no expert in this field. Currently I'm looking for the following data: * Past odds of football games at the moment of kick off (in renowned leagues where you can expect the odds to be well researched) * For all those games where I can find the odds I would also need the Pairing info (teams, date, result and most importantly how many Red (or double yellows) were given in each game) The following websites are examples that have all the info I need (https://www.fussballdaten.de/ https://www.oddsportal.com/football/england/premier-league-2023-2024/results/#/page/8/). I would highly appreciate if anyone could help me with this task or guide me on where to go. As I'm a student I obviously can't pay the adaquate amount but I would surely give a small reward for good help. Thanks in advance guys
r/sportsanalytics
post
r/sportsanalytics
2024-12-19
Z0FBQUFBQm9OZU1CUlRQemhoZks5Q3cza0pPeGxFdTlhUGVyMXF6cUFwMnI3QkljWTBwWE5STUFlY3NwQkY1UkR6QXloVVpLSlRhb1pqeXNJOWkyaFpiV2hzdmU5ejUyX3BobHpNR0g1dDVrY1Q1UHg3cmlDcEU9
Z0FBQUFBQm9OZU1JNHkwU0NKTjB0VFhGbTFoakpVSFFxWXJJckJ5R3piRDhBei1hVDFSQTJNVUJSV3ZKS1FKelA2RVJpV3VOT25XTVlkYktJdExsclFsVk1RVUJCS2pnYnl2Q2RTQ0U3dnlnUGVRUXhocF9WbkNPaUJTZkNLOFZnWTdBbzRaekw4NS1rTjczMll3TElwMmdVUWZRQmJFNXd1UnNGLTdxNks5ZndGOWQ3cldRRXRfUjZmbEhyc1VLLU9LVHZHYlNYZDdpWkdFa2c0SE5FaUp2b1Z1dUtyeHZRQT09
The vote to merge r/ethfinance into r/ethereum was a resounding YES with 96% votes with 524 votes cast. # M.E.R.G.E. - "Make Ethereum Reddit Genuinely Excellent" What does this mean? Ethereum Reddit now has a mullet: Tech on the front of r/ethereum; Party in the Ethfinance Daily. The soft fork is already underway. The new daily will arrive tomorrow with the Ethfinance touch, and Ethfinance will be locked on January 1st. Moderators from both subs have been working very hard over the last month to get a feel for this new era and we are really gelling as a team. It wasn't easy. But anything worth doing is often difficult. We've evolved and we're aligned with daily conversations about best practices. It's awesome. You're awesome. And we're getting the band back together. We're taking everything with us including the Doots Podcast, The Daily Doots, The Weekly Doots. ALL of the doots. The Vote: [https://www.reddit.com/r/ethfinance/comments/1hbu1kx/vote\_now\_vote\_on\_the\_issue\_to\_fully\_merge\_the/](https://www.reddit.com/r/ethfinance/comments/1hbu1kx/vote_now_vote_on_the_issue_to_fully_merge_the/) The original discussion thread: [https://www.reddit.com/r/ethfinance/comments/1h8n00m/proposal\_for\_the\_future\_of\_rethfinance/?context=3](https://www.reddit.com/r/ethfinance/comments/1h8n00m/proposal_for_the_future_of_rethfinance/?context=3) The General Daily Discussion will have the exact same title and be stickied in the number 2 position on r/ethereum. Just like r/ethfinance had it. We hope you'll stop by and help contribute from time to time and share what's on your mind. Don't delay, Bookmark today!
r/ethfinance
post
r/ethfinance
2024-12-19
Z0FBQUFBQm9OZU1CeTlsbUY5elpTbExuek9RcnY0OV9Db3JhOGhFVWNNRS1zLVRfa1dmenRhY3hEZmx2UFpBZmlUdWN1Vy1jUndtSkVQNTczWUYtbEdwT1VWZnVLSnpFaGc9PQ==
Z0FBQUFBQm9OZU1JdlZ1QVpzY2ktNjFnd0FscTlCanJyZVpiSHFBRUpqaHRxYTRpSGhFMjVHM1ZBR3VlRVlBdU9FQmx3QkR2MjhnYW1fNlZUV1lRWXpaQkw4QWFvYUhLaTFraXFxaTI4a215VjZGY1ZZTHdPNzF2dklWejZvc1h5cmRucVVvOTJDQVU1VklJS1c2Tnp6RTZnWHk2V09aQVhuYjNzVjI3c0VVdDBJLWZlMGd1NHNaeW5Db0h5ZnpRZzFxNEFhN0R0b3cxZjhXajNlel9RZXdCZXV2OGxxTVJzZz09
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-20
Z0FBQUFBQm9OZU1CZjA2NF9wQ3dGXzc0VEFtLTJncFVGYVVLdlJ1aWJjM0FCN1BDNDN2RzZjYUl6RE1kN1E0WHV5djZ0VjE0aS1kTlVsVURDS0xNUWdnbjFMRWRNNm45SlE9PQ==
Z0FBQUFBQm9OZU1JR0RPQ2puQVdVSV9PelAzbktwb3VhYkRxRi1sbnUtWXRHNTVITjdIalRiSDl5RC1UcFg0aDllTkpKOGpYci10d3VZdTBOb1oxZWFESURzbHVxd05oTDFjSG1fSDQyQ09PRERBRGdFSDZ2MmVETl9XNkdCLWs2Sk4zNjM2OUFjU2pBVHNqanVFWUlBV2lTMl9fbmQ3MUluQ2k5WE1jMEdmSjFJYWl4WHp1UnVBYXZZd0M2b0dfb3FoTXZ0VHB3OFJP
I’m new to crypto but I’d expect with all this good news about file that it would blow up pretty soon. Seems like the opposite is happening
r/filecoin
post
r/filecoin
2024-12-20
Z0FBQUFBQm9OZU1CN014UWRIUFZWay1Nb0drZGczMUhvOFpldC1SVnBBM3BLMTlWbUFkQzBvbzBFOEQ1bWxLdDh3VDVTdnl6UURCY0thX3JZWGFja1BQcmJrM1JQZGJtVnc9PQ==
Z0FBQUFBQm9OZU1JWlZnLUFGUXF2aXBjb2ZaMFNVUzA5Y1kwUmJFYVFSQlRENWxld2N5NGgxNk1rN3RYclExa2lqdkF4WEtweU9ybEk2c2FBUm1zd1l1U3ZtRHQ2UjVUejRZbzR5WTBnSFFHY2V3U1Z6OWk5Z1QyTE0zUEF5UTctcTI2UlM1aHZ5NTJSS2h6SVVFckctdUd6TkRMV25yQWhVU0tQZXE1aENGVElZdVJKeGlKSWJzPQ==
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-21
Z0FBQUFBQm9OZU1CY1hURTNNOW1pQk5HN3paMWNKM0dORE5ub29PLWJUc0RybElvNU9hbGhEVURZRGxBTnFZVGJnazFxMlZpWjVTX2pCaS1DV0dlSXo5bDY5RUZXZFFkYUE9PQ==
Z0FBQUFBQm9OZU1JWTEwM0V0SGdaLVpsTEcyVHk0dS1uajBWd1Q3MFJoTTVLNDllZzR1N25lbVFORkNzTWdwRVhWekVpLTk0eVkyREhtUHZwaHRwdENiMEpJeG9BZkFGejNlYkV5VllnSGJIVHc3bzE5SlBVU2xlVnlQRzZDSHR5MjdFaFlvUGtOaGpkeU5JOXFFT09ZSVFLWG9tVzF1anA2NjAyeUd5VVc2Z0IzT1gyNENlZjA4dDgtNGVPNF93N0FTZ3REU2VfQjdV
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-22
Z0FBQUFBQm9OZU1CczdzTjE1UjFKRTRMcDRuSm5zc3NaV21VT2FnS1RITnRrSEplaHpYdXp4UE1YdDczOWdGMzVacE9HREMtY2ZHendCYWNsS1hORk5ZQmViOFB1aW4zV3c9PQ==
Z0FBQUFBQm9OZU1Jb2VXdDRNWjl0Q3R4c3lNMTVYeGJDV19MUUNlNGwtWV81YnVYUE15RHBvMHVzOXNGOHNqNkhPNmMySkJBR29aWTVrVEIzc2IyRi1iVnpMa3dnYkpMckpQZzQ3cTFpOEtJdjNyMkx4YkMyMVRaY1AyTGkwWDBqR0lmd3k2R2I5RjlaS2JfdUR4SEJRc2Zmb1F0Z2hBV0NTYy1scHhNRXc5Vm1rM0I0RVJYUTN2Zktrc3Q1MDBYQ1NFSllXTWYyZ2Uz
Does anyone know a website that tracks each nfl team’s defensive stats against the inside run vs outside run? I’ve been looking for this and haven’t been able to find anything. Any help would be appreciated
r/sportsanalytics
post
r/sportsanalytics
2024-12-22
Z0FBQUFBQm9OZU1CYW4zQmtGVnRLLWwtb0VEQVhjeU1pbkZBb09Fd25sYVNHMnU0cnpISzd2Yk9QLThpVDFLYlhNa0xTektkbkxUZnBPbndETHlzVk5GWUNYN2lUWm4zd3c9PQ==
Z0FBQUFBQm9OZU1Jcl9ZSmRwYjEtSDNBRnFJeUdWV1FOYUwwSGU3bnc1RGVpcl9uUTJzRVUyYlZ0bFYwckRLa1BxUFJNX1Z0eVBxN1lDbldsaXYtRjYwRWwyektZeUVrUDhLMDNobXlIMkEzTFZSRVM0dzAzQXF4bk1adVVBZS1Jd09QcVlOVUI4ekVKZk1uMlYyN2JPeWFkNVphUlQ4cENrNGJkRm5KVDZWSlV6M01yZGs0M1lZPQ==
[https://underhood.substack.com/p/a-5x-ebitda-play-with-strong-unit](https://underhood.substack.com/p/a-5x-ebitda-play-with-strong-unit)
r/securityanalysis
post
r/SecurityAnalysis
2024-12-22
Z0FBQUFBQm9OZU1CVHpMWWdzcjRTLUxDbzhiZ2xSU0NadjdNQl9xd2ZaUHI3TTRtNUlZOWE2eWwydlVKd1E0MmlfOUstNU5YcGlTQm1oQzBZek1ReG5uN2dycWd6c1FpbTZ3b3pra29YRzlORlBsX25QMUFmRDg9
Z0FBQUFBQm9OZU1Jbm5hV2s2TXhITG1oNWFIZDZDYk9oVE1FeFc0b1NkaWM2V1g0aVpTck9hQXNpWFEyZ2xMbl83eXBmYzNsbXg0UWdaTkM5VENhOUJYUk1qd045SzYzM3lDNF9iZ1Fwd2wyRTAwT2JXZ3hYOV8yX2Z4NnlYdGthcVlxcVZtQmtCd3lRWVppNHF3N0loSjRfUnZRTFhZYlljYlN3dGdqdXBKTk95TjZaTHNSbzgwWmlWZDl2aDBNSnQ0bmhwRS12cGxRcVJ4UnFOT2RQWFdTelJadndhZ2VrUT09
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-23
Z0FBQUFBQm9OZU1CN0NBVTMwZVRhV2Mwa0ZCSjBUaUlka21JVGY1ZjBFNVlvRW0wZ2JwdUNrb2VSZDRNMWlES1BmN04tTGRDZUNGbUw4Mk0td3hRcjRpcHg3bjlla2FzWFE9PQ==
Z0FBQUFBQm9OZU1JNk9Ld3dzeExnQjF1a01VdEZrUHhIdFBETHQwYnFGdVpwaFo1RUpZdmphdDZ6TWRNb0xZeXQ4ZUtIcDNrZld4dTk0RUFqSVNWUndEMk15Mm5VOFFXTFlJbmFmMXc3dm1RN2dta194RG5FTnAyaGNRd2J5QkEwdF83VHU4ZElBTjVyUExVUWlOeF9MaG5VeHZWY205UldnQW4yZ3cyM3FxMUNRWkRJWjhJV2s5Y2k0QmVPdWpjbGs0Z3ZYNGdWWHE2
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-24
Z0FBQUFBQm9OZU1CMTlNRXJZX2dMVU9qTmxuczJPYTFKSG5zU2ZGU29jSmZ5VWZnbTRlZzZqa3pBNDc3VHM0Y0ZLQm9feEhacWNTclBlNTQ1Rm1qdXkxQm5zNUF0SUtRUnc9PQ==
Z0FBQUFBQm9OZU1JUlRJeVh1RGZ0VlNKTWlOdHRnQ2pOUUVJaFVjSEprS0xka3R4YWxrVG1GSy01Q0M3VGZZR25paUpweXZNUUpvdDJOR3VSR1VvMjRyUEVBMklGNlFPOElhTmdpemxKR3N1N25LNThnZEc2b2thZWJuV3Fmc0xlZFdUdDJFcFktRy1ic1p0TnpRNnB5SXQ3dF9QdFBBLU9ndnViNlRzVEpoUXE4SUtGTHdXc3E2LUtHQWV0OUFOdVhIZkZST3pUOUlV
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-25
Z0FBQUFBQm9OZU1CV3RZc19ibVZzV1VSTnJINVY3a0haN3F4VjFhU0RaWWlkX2Rvd1puYVFOenBhYjNCc0VlcW5zcTVyTGdBZGxOTHlyV3dFeS1ISXhxTS1mU0x4X000QVE9PQ==
Z0FBQUFBQm9OZU1JNFF2WmxRVVVqNjV0NUdodTFhRnRWRkNSclRrcm5CSmd5dmhQa2RKaGxCZHd1UDhFUWV3TVYtQ2NQMHY5N3czZWw3NHNWcHFkZ3N3WUdPUEJuY05PU3RmdHZaaWhYMmpIS19SdEhuZTJmc3J3VjBXM3pNWE0yQmFCWGRta3BTU3NQT1FyQTZnWFFLRDBkSmpCak9tWU0wQXpCRjdqN0U0dlp0bk4zbUNQU1RUQjRZOWJlNzBrMWtzS25oZ1p1NGxX
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-26
Z0FBQUFBQm9OZU1CWGdZR0VhdzhlWktCR3Q0OWpyMkZZakZnaGx3cXJQc3NvSC1WRjVjREFZR1dNYjRfUlN6bzVxaEJIenVkeDNpc2swcW4yazh1V3J1M0NabUxYNVVuV3c9PQ==
Z0FBQUFBQm9OZU1JZ0hLVTZ1cWdDRC1ROGhpLVYtUkx6Z2FUeGloVV9fWm16dWtUMkhPRVV2a1JNcTljS1k3U1pEOFF1TW1uemFOS2VKMXZMb0REZ0NPWTJ5eFdIeElzZHBWM2Q3OE8xUVQwNDJmcUlPRmJKQkJ4WmgxUUV3ZlJsMVBxRmhYUm1ZLW05RGphY1F5VVBOM3VoQ2paRGJoZDBxS0I5UG9tLXRXUFk2Qm9lbThydVFyYzcxZGljb0tTbWFIWG9IOW1WWUhf
Here are some of mine. A couple of honorable mentions. Centers Culture has a very nice layout Spotrac is incredible for financial analysis
r/sportsanalytics
post
r/sportsanalytics
2024-12-26
Z0FBQUFBQm9OZU1CY2dreTV4Y2Nlbk4zLURpLUVaWW1OR1JNM3hKOEJIOG9YTnVjTXBpMWdkR29fRkdqd1VLZUxIZF9SNXlSQ21KOEI0a2NWSjZpTlVIWm8tWmZSYU5OeHc9PQ==
Z0FBQUFBQm9OZU1JMXl3a1pqM05tMllNakRWall3ZXY2V2cwVHR5V2prSV9FSmxOOVNXZTk5bU55SUcxWmpxY3dvOHpScFpLLWoxbXRBcDlqZ1lDVWFGbGZfRnNMMWo1QmpOZ29SbGpIN2I4c0Y4QV8yQUh2NkJIdDQ2VlpraUo4aG5SSnJrXzRMcTdQYnVUYThUcTZtczlfUkRHbzl6RHB3TWoyOXdrckRhbU12SWZaZ05PNS1BTFNYY25OQ21GUmgyY0NoVlpJbjktckVpU0owRlFrUmFtVmUyTVFwQmxDUT09
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-27
Z0FBQUFBQm9OZU1CZ1J5Q0tmOVQ2bktUTUZUN2kySXdaT3Y2NjY0OXVERWw3QmE5X214bDJvQ1NvbHNCd3ZnSVljdlJrLWgyTlVmR0pWeGdCZkRURGw5UGEtMk1vQnpsUWc9PQ==
Z0FBQUFBQm9OZU1JREY1SFVDQXFvSlY0RlhoZXpLelhEQlAzSlZ1MWh2eTVpWmlLX3Y0bXBmeWFoZHN2UEFzZ1M1WmdSWXRqbWFHM3VoT1A3RjlOWnBtQ1ZBVjJCYVhJQTNwdFJzNGRYb1pQN0xYQnRRSGZBaGZhZTMxYXkyU1hEWFZIanBac19meGI5bm1DdlJLUEJaLWlMVmdKRURuVTQ1UnlZN05TQllpYlY5aTF3ekRlcGJVbzlZZ0h4N1pxeVpVSUQ3aWRabjhk
I've created a blog to document my process of creating and improving a random forest model to predict outcomes of soccer matches. I've recently expanded to more leagues and am refining my model more and more. I'd love for review, comments, advice, etc. I don't charge anything and don't plan to just sharing my journey on improvement. I'm open to collaberators, but do not have funds to pay anybody. There is a discord link there as well if you'd like to review the model with me. I have a small sample on kaggle, but need to put an updated version on the site. All comments are appreciated and I hope you like what I've been working on. [https://globaleliteanalysis.com/](https://globaleliteanalysis.com/)
r/sportsanalytics
post
r/sportsanalytics
2024-12-27
Z0FBQUFBQm9OZU1CNm5tVnpyWHNVWklOME5EUzNNTU1YeU9EZ2RPTEYyQWVQZXdLYU1xeUVYX2NvZGdwTFE1N0Q0TjRFTVZBaEZCaGZnTTZRa0dHbjN5Y2tEbU5DbFU4ZkE9PQ==
Z0FBQUFBQm9OZU1JdTJvSWc4WWloTlYzMDI2My11YmFWcnFxYVpULWRhSG82a1ZNei1FZS1vb1JBTmJzVkZySDNrNHhmWFFTMTNZcUpWWXprRXlwQ282aXBmMGc1NzJWUkZ6bkxsdzNad0g2bHJNR0VkRTBuQ24xTV9GVUFxemhvQkg0eU1YQWpJOWRqUDJ3cmw2VUx6Y1Y1OEtYeWU0eGVKbmt0MzVkWF8wX0x4eDdjN0xSNm1lSDJnVXI0ZF85N3pIVklma1BiUWtCNUNMOE1BbE9BWkFxTWtmWXlsWkVzUT09
I'm the creator of [www.balldontlie.io](http://www.balldontlie.io), we provide APIs for the NBA, NFL, MLB, and EPL. We have a free tier that provides access to a subset of endpoints for each league. We're posting here in hopes of receiving some feedback. Want us to support other leagues or provide different data for a league? Let us know. Are the prices way too expensive? Let us know. Any and all feedback is greatly appreciated.
r/sportsanalytics
post
r/sportsanalytics
2024-12-27
Z0FBQUFBQm9OZU1CVWJPNWwtZ0VEdDJfbkMtRHpiR1lRWjBqVzY0U3JtTHVPTW9hcV9sYVJtMUFMT3Nfdlg3OE84RUVGYmFmNzhsVFd2UkJMVGhiQTVYb2hQMHdNd2NBQlE9PQ==
Z0FBQUFBQm9OZU1JNzJwclN5S3puejV5NlI0S2ZPa0RIVkdKUFB2bGlfUS1fckZ5bjlLZlJwb1hvNVo5NEpyc2RwUGJrUzREOTJMcW9ZWVNKbjVpeklkcnJiOGlOMnh2b0xVUjJFTEdTR3ZKTk1mLTNmUFh2WWRmMjAydURvZzJwRTBfcVVGcFVDNTNtTW9SUG9DVDZoalk4R0V6VnI1SXdGU2lCOExpZWNrOENqTjFLYVZkaGZxeXRBNHpzcG8tZEFfU25Md1RxV3hh
Hello, I am trying to pull stats β€œdynamically/automatically” from KenPom or Basketball Reference. Without APIs, I’m lost as I’m just a normie without analytics skills… Has anyone done this, seen directions on doing this, can help point me in the right direction?
r/sportsanalytics
post
r/sportsanalytics
2024-12-27
Z0FBQUFBQm9OZU1COUtnZ21UYnBVVVdnZXBIc2RHZGRzV0NYdU12YW1TUVF2UXpjR0pyd2dJMUd1ZERyZWZEazNfT3QyUmtJbl9YYnJtc3VRVWxUb0Z6b2dzLVFzcnZVT3c9PQ==
Z0FBQUFBQm9OZU1JREJVc3pDVElpU09PZF9zalprd2RJRFgyU1JGMEJLVTBEWnpvZXlpSEJrdnc1dFRvMGExX09yV0k4WWNXVWNUMGR2VFUzcERIcElKRDZxaTdqQ2loRGktelFpeS1VQ1FTN1htcXJjYVhxQkg5T2xnRlFhVVJLUDN1WUJhTkRlSzdLUGVrTVk5bzlsc0RJRDNKX0R4NWtqS2JJVmNUNGtjNlhpdzNma2ltZzQtdlBYeDVJY1E4enBpdzlrVE5LYlVs
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-28
Z0FBQUFBQm9OZU1CUnZ3SmJWX3BPNEtsLVdGblpLemFVOXpiZWdQU0tTS1J4QnpGQTRKOXZBU0hqWFpLWnRJSmN6ajRLWFhpaVNFdmZIRlVLeEprY1I5NGNSQmIwckVzeWc9PQ==
Z0FBQUFBQm9OZU1JbEF1RDZzTW4wR184Sk10YTE3bmxOcUdIa19nNkRmNUQzTVJBOVROSDF1SFpONmJiemdnOWEzT215akh6YU5xVWVDUTNxT29UZUpmUFBrNEVJZmxEQmF5cjY1TTZrZElGbXh1aVlhVnhfdUY1QU44c04zdlUtUl9qd2hReWN2dHdQODVRQk03RUg0ZGFtd25vYVZDUmdmSTdSc002MGJTME1kbE56Q3NCNTljVlVwWDA1MEl1X0dRclJNQXoyUHIz
I passionate sport and numbers, so I want to create a small personal project combining these 2 elements. I should begin with football but I'm just new in data industry. So, I want to ask that which football data source is the most enough and reliable to connect by API (both free and paid). Thanks in advance.
r/sportsanalytics
post
r/sportsanalytics
2024-12-28
Z0FBQUFBQm9OZU1CZEdSRmlFWW9LZ1U3SmRRa1NsYjkzZFo2WERBRXh3MjNXWGFNN1NiQzliNkZxUWtfaTJ4S0RGc2prYlR3RDczNmJZcHdEYTk1LWZTMkdGaVBlZVROU1E9PQ==
Z0FBQUFBQm9OZU1JdzU3Qmd5MzMwQWhWd0xMTFFzTnEtZmp5NmNhMWJtSE8yN2haUnotMEd3QkVwUHc5TnZENFRCejJGWHVPQmVxTjZ3VVplekpZR19kQWQ3RTI0a3VrOTdTbUxhRDFhS1lSR0tJeGEtWG40U21mMHNhN295YS15cVdsQ0lGTUZnWm9NOVo1TTdHaW5raDc5Q21rZmFTN19UY25vZWVucFE0WHhza3g2UVhEcWpNPQ==
Expand is the largest US natural gas producer, the result of the merger between Chesapeake and Southwestern energy, which closed October 1, 2024. It looks like the market cap is $22.3 billion, with $1 billion net debt, for an EV of $23.3 billion. The company is forecasting about 7 bcfe/day of gas production, with 98% of that gas, for 2025. They also have an additional 1 bcfe/day of production sitting in drilled uncompleted wells that they can start up if gas prices get really high. On the high end, the company estimates operating costs (inclusive of production expense, gathering, processing, transportation, severance and ad valorem, general and administrative) to be $1.71 per mcf. The company also states that depreciation, depletion, and amortization amounts to about $1.05-1.15 per mcf, but I think its better practice to exclude these non-cash expenses to come up with some estimate of EBITDA and then use management's figure of $2.8 billion for maintenance capex to come up with normalized EBIT. The company realizes an 8-12 % discount to the NYMEX henry hub price. 45% of production is hedged into 2025, with almost no hedges set for 2026. Natural gas prices have been very low for many years as excess gas was thrown off by shale oil projects. Now a lot of new LNG export capacity will come online in 2025 and 2026, and Trump plans to whatever he can to get these online. I believe natural gas futures have been reflecting this with a steep contango, and prices are significantly higher in 2025-2028 than current prices. If I use a futures price of $4.40 in 2026, the EBITDA in 2026 should be something like 7 * (4.40 \* 0.9 - 1.71) = $15.7 billion. Management guides maintenance capex at $2.8 billion per year, so EBIT should be something like... $13 billion? I am curious if anyone can check my math on this, because it implies that EXE is only trading at less than 2X EV/EBIT for 2026 figures, which seems ridiculously cheap. A normal multiple for an oil and gas company might be more like 8-10X EV/EBIT. If we go the route of including all depreciation expenses, I am still getting to 7 * (4.40 \*.9 - 2.88) = $7.5 billion of EBIT. This would still imply only 3.1X EV/EBIT for 2026 figures, which still seems way too cheap. This is the investors presentation I took the figures from: [https://investors.expandenergy.com/static-files/0e2f36fb-e8dc-4a87-80aa-c2d8a2b9aeec](https://investors.expandenergy.com/static-files/0e2f36fb-e8dc-4a87-80aa-c2d8a2b9aeec) EDIT: realized the dumb error. Sorry guys. 7 bcf per day. Convert to mcf per year with 365 * 1000000 7 * 365 * 1000000 * (4.40 * 0.9 - 1.71) = $5.7 billion. Subtract $2.8 billion mcx. Gets to $2.9 billion of EBIT for 2026. So an EV/EBIT of 8X. Roughly fairly valued on 2026 strip prices.
r/securityanalysis
post
r/SecurityAnalysis
2024-12-28
Z0FBQUFBQm9OZU1CZFhST21veXNJMzd1RzB3ZVhEam5aeFNUclJqa1JpdDJ3MmVVS3VxdFRaVGIzVW9wOHRqMlpNT2NNd3prRkVXMVJocWt3eWJkbWNKOHVBUDZqTzdfVkNnN2t1QXJXWlN6YzdSeTBwaThPQzA9
Z0FBQUFBQm9OZU1Jc2cwQkNHU2JYdXBoRXlRVE82VEtSV0VLQ0lnM3F0UzgtYUs5Zm81bUNEQVh1bHZsS0F0NlNBbE5JWlNlOXhfcGtLakVNdk82WmZ2a1lxWF9MMGlRNHVyc2ZBRTJkQUJwRDR5bjB1VHlyUWJBTnBSWEFzYjBKZnhwcEFJRVJ0UTZfSHBHQWs3QTBnemZKN3FqUFFHTFlneV9MemxER3o5TVJMZXJXRHlZZXEwZHI3RlRqdVNDVENZTWRoYmwxOUNZOHpIbC0weVNCTmxfekFISXVnRF9GQT09
Strip is only over $4 for a few mos in 2026 and historically spot has always tended to trade below strip (excluding covid) once we got there because it feels like there's near infinite gas and the gas producers just bring it down. I'm curious to see how the Chesapeake guys can take this thing into bankruptcy after having done it the past few iterations. For what it's worth, I hope you're doing more diligence than this if you're putting a material amount of your own money in the stock. Taking price based on strip and extrapolating ebitda won't generate any alpha. Realistically what will drive returns is the price of natural gas from here and that's been a widow maker trade for awhile. Maybe this wave of LNG coming online changes it but the problem has always been the associated gas leads to increased drilling in places like the Permian as it improves economics and it's hard to imagine a scenario that doesn't happen again. That said there could be a transition period where we do see $4 HH and maybe that's enough to drive the stock up enough so you can sell with a solid gain but even then this should be treated as a trading sardine.
r/securityanalysis
comment
r/SecurityAnalysis
2024-12-28
Z0FBQUFBQm9OZU1CeDNYZl90bU1td3I0SnFUZ2xJN09BeDNqZWl5aUFweG81YUNsTXNJQW12SjAtOFJ5eFQ1NGVMWWhDN0VqbjJRa1NIVXlSdHduaVFWZ2VfZ2duWlFERXc9PQ==
Z0FBQUFBQm9OZU1JbGYtQTBaVHFwbjl6SFBZMnl3ekZxY0hta0J4UlZqdzRVTER2T1JEMXJ4cTN2LUsxZUU0MzByaW1RdFNQREM1OUlyVmxJTHBMY3VYMDJ3b0JoMEJnTk0xUHJGQzFqaFlyOEo1ZVlJOTV1Z3BYVURkcDBaNDNXWmhHNXhjNGZnWnExSmc5aGpkTFpNYTAzRUI1QWpHRGhiSHhCQXFsTEZnUnQ0Y3NDYk1jTTZrcllnYjF4UEFSdlJhZ2JzX20yazN4NnVoN2pYS1RlY1Y3VV9qRlFKUG1jTnJRWkhoNWwwaHBGcTdQbEhyTWJiQT0=
Hi everybody, pretty new to sports analytics. I was wondering if there’s any reliable data sources (as many sports as possible, preferably) that are the *fastest*. I tried to search for it around the sub but didn’t find any conclusive results. Not necessarily looking for expensive B2B solutions, but something faster than a public API. If anybody could point me in the direction, I would be appreciative. Thanks.
r/sportsanalytics
post
r/sportsanalytics
2024-12-28
Z0FBQUFBQm9OZU1CWmdWYXVyeW1xTkNaN1Vna2VuSUwyZzBBZ1hTLWRlTXJFTGNjbkJ6b2k5Z3J5M1hnNENZSlgzd1pSc0VlT3RqV0pYUm11RnBTUXpYeXFkNWVJaFAtXzRPQTFwNmc4TXNpTlpjUVFoMlQ1bnM9
Z0FBQUFBQm9OZU1JV3FSeXNjcGhKOTR6eUFfMXpWZTV4eEdtRnJvbWxhMlBhUGRhOGw3dDNfM2tEd0hieFV1Z2hmYzBMZFhXbFljVkwwTnVCMFZDWmhoaU1VSVhPbjZ0TkxoeVk0SndFUmkzT01XN2ROVmUwb1FBeDJHZ0dnb3AtUE9KVVd0MjU1TnR4Z0RaSVRUeGRGUEVKb0p3ZEQ3NDJDUG4tVXFaalhkdk1oVEpRTFBrOGd3PQ==
Thanks for the feedback. Yeah I think this only works if natural gas stays above $4 for a sustained period of time. I’ve thought about this associated gas issue with shale oil for some time. I figured gas assets were kind of a dead market in the U.S. for this reason. What piqued my interest is the fact that long term nat gas futures all inflected sharply higher and the winter contracts have stayed above $4 ever since Russia-Ukraine. The U.S. produces something like 105 bcf per day. Current LNG export capacity is somewhere around 14-15 bcf equivalent. In 2025 we are adding something like 42 MTPA which roughly 6 bcf/day. In 2026 we should add something similar. I’m coming to somewhere around 24-25 bcf of export capacity by 2026, which is around 25% of all US production. The European gas import prices have generally been above $10/mmbtu, and are currently $13-14. The cost of liquefaction, shipping, and regasification should be something like $3-4 per mcf. So if/when the LNG export capacity gets large enough, there should be this β€œconvergence trade” of U.S. to EU gas prices, and it might put a floor under U.S. gas prices. Of course longer term extra capacity from other countries like Australia and Qatar might come into play. There’s a bunch of Qatari additions but it looks like these are likely coming online 2027-2029. I think it’s likely gas prices come down in Europe. But I think US gas prices ought to have increasing upward pressure with each new LNG plant that comes online.
r/securityanalysis
comment
r/SecurityAnalysis
2024-12-29
Z0FBQUFBQm9OZU1CQi1oMWoxanZONk5HYlQ4V2Z4Q3V0bnFrM1FKU2dqclJWTjZZSWRlU2NvekhjcWgtcmpOVUtUQzk1M1pUV2diWEpRY0t5dHZOMlY4eVlDLThMa2pvVlRpdDNrSWc0YjNsWnM5X2IyRzF4T2M9
Z0FBQUFBQm9OZU1JNkswbFpBcmJmR2pHUDNZMFBJNHIwSTNReEVEZTRsOXlFWld3eXo0Zmp5SnBFTUw1M0RXMWliNW9NU3RUYzdUYzRqS0tvT21uT216akZNSTdtQTRzUTdMR0RHMXlMVEt0NTJWN25lQmxTT0pEWGYwWVlVbTdTWXpyZlpyRnhtRnNnUjI5MS1ucURoYzNwdmlmYy1oQS14WmFJMF92S0pBbWJ4bVF1NkVHYWFUTlhjS3JDa3otWG45WGxoTE1BRFNwSzlsWlFVQWxuTTF5NkJTRVJibV9TLVhMa1pqTkY3VmtGOGlqSXAzOTJiYz0=
Not sure what voodoo math you're doing, but consensus estimates right now for 2026 REVENUE is $10.3 billion.
r/securityanalysis
comment
r/SecurityAnalysis
2024-12-29
Z0FBQUFBQm9OZU1CdTlBa0ZkeVdURGtsRTdLQUU4N0hYd3hpQXNJV2FtRko5TDE0SHlzRmRZSnhYbGE5aG0tN3p0ZEJwd3laTGJiSkZROUxxMkFBakVIUFFoOWdpbG5pQUE9PQ==
Z0FBQUFBQm9OZU1JNDlBd2FaQUxESDdXbk1pTmxKTmxGZWNCamFjbVNiTGtObExocWVCNHRmbkdvZS0yaXZVNXZKNWxBSHduWXlmNHAwQ1Fya3JQRk42Yi05bUlDZXlhdkJtQnM1Qkw0c1Y2cFUzVER2OFM0UmJiekptd3QzOTZQVjV6Wm53MXRNZHRYMmp3MUhiUHBWdFpWNWpNOUk2Y1RsT2ZJLThweHJsVWQ1SjBQRFlhT1JxVnRMamFuNnJFZlJudmNzZm92SnRtX3hvVTRvOG1XYmIzaEt5SmhIZzdYakx5aXdkWklLaEs2a1FOZGZPSnNEQT0=
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-29
Z0FBQUFBQm9OZU1CSDlfNGVpbGZkX2ZJLU9Vd21EcWE2aTNnZktyTVN6bkhfeS1xUG9PWlROcUlHcmJ1dDRPaFlUSzZhdE1NRlpjay1oUUpTdW9hYmtQUzNYYUROU1FDZXc9PQ==
Z0FBQUFBQm9OZU1JM05TMUdPcmg2ZEFycWE1VFdhZi05Ym5WZHFsUzROcEJ2ZFlOQ1Z3bEtuOWZGT3NzaVFNVGhuYm1zZ0RXRVlid204bk5VMkM1S241TjVCQlZzZnVLbldpZS1lUWVORzR2SWVhd0p6OS0yTlhyN2dQTjA4alNPNzhOX1lxWFRCcHAzRmRtWTBDbTQzSkJieVAxR1I3Ni00Q2E4UUQwSEZvbUQzUEhPdXl2SnJKM3JjSGJWYjB5Y1Utb3hjVFZLTUxq
Voodoo math indeed. Embarrassing, but I miscalculated on units. 7 bcf per day * 365 days * 1000000 mcf/bcf. If strip is right then 7 * 365 * 1000000 * $4.40 = $11.2 billion in revenue.
r/securityanalysis
comment
r/SecurityAnalysis
2024-12-29
Z0FBQUFBQm9OZU1COWgxTVlCY1lLalhMZk40ZllMS3lJZDFYRVNreGl5YnhmQXBEQ213XzZxSTFMOVdUVW1yNXhfaTYyeERNbXJYd1l2Q3lUdTg2cEdkWDNzRUREZm16cFRqRzl0S1IzSzJrckdxWnlEbVF2TVU9
Z0FBQUFBQm9OZU1JbXlJb185N1g4ZjZlY0ZPdUd1RXpLRC1yUkNEbVVlcV9sZEJfa2UwRnVKVUY5LUNGd1hDYi0xS191TFJ0ZGdLc1JGNjN5RmZzMUJCV2pBUUpSWXM3TVAza3AtWnIwRGE3bzVxSzVYLUVBeUJ0M3JGMF8yUGhpZmtKUHd6Mnk1VkZlM0p4eEJheFJjazZWOHhIVHE2TGZVVkRRUVpsLWZHcE9qYUhMLWd5Sm5lWmJNMWJyYVFZempoazQwY0R2YzB0YUhEMWxmbXYzWndIVXp2RXNONzFZMzRYSnBCWEQxUHFiZVZ1WDhHYk5hST0=
Any tips on keeping it free? It mentions if you look for the exact court case, then it's free. Any idea how to find the case number?
r/securityanalysis
comment
r/SecurityAnalysis
2024-12-29
Z0FBQUFBQm9OZU1CMWNGSjd3WGlOMHM0VnNDWXBRbGg2REh2blJURTBaV2tpVGRSdXpQSnpQbjZnVEZCNWEzbGxzM3dHN005aUw0ekVuYzdTVHdJQVJBbW9SaG1KZ3ZEYVE9PQ==
Z0FBQUFBQm9OZU1JemhFZUo5V2Z4QnFkZUNha0N0OGppRGpJck9OVGVySDhIaGJuVjZRcFp1VnBLTXoxb3JUa09Xak5qaGhWbFRRU0xlbEhMbGdQaVJiX1RZa3JuWmphZVpUVnJMYzdGU1N6UjJILVZfX2t3am82eGNvWVQ1MjFoY0VBT0RLY3loX3J5MmlYTUo2SEFmbmdVeERmRFlueHpFV2FrNXR2Vk54dWRRU3I2OXNtaGxfRlZqNEhKRWlIdHl2N2ZPNjVQZ1JPVzFtZkpYUEJiZE1kM1ZiZUNYSW9rVDVxWWxlRWhvUnZBZHJBdlluV19Udz0=
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-30
Z0FBQUFBQm9OZU1CVXlRYzVFaVJYc05uV2hmTGV2VUVGSm1OOW84bVRpQ3JuYlNiUUhNTlpNaDAtZHM1dGVGMjBDM2ZtUkxyNWduNHdpRjU3eHBxQk5VZ0cyT1J0Z01kRUE9PQ==
Z0FBQUFBQm9OZU1JbTQyRU40Zlh3MzIzd1pWRS14SnN2ZVp5ZkxHOUo4Wl9qb0VZdWM1ZGE4THFkc3JHS1lYOThOajFraGRDcG9HalV4cjl4YkFIWjc4X1Z1c3dEOFVrekE3eWlsaGU2UDdGTFFhVHNrTFFGbDlFcGlyVVpqSzRiMVRVMEY3M0hfanpiZ2hQZF9nMnJLTy1mcnVmcXJsbWU0T1Y1NXp2N2tkdGI5NUNLZTN0Z0xjdm1jekdNSEFlNEgxZ1h5eG5YVlFF
Last night I was watching the Pittsburgh Penguins game and they flashed up a statistic of where first-game-in-the-NHLer Nate Clurman, who had three shots on goal, stood in the list of all-time Penguins 1st-game shots on goal. (He was at 3 and the record was 5.) How do broadcasters get such lists so quickly from someone working in the back? Does the numbers guy have a database of all NHL players ever(?), and a program with a series of nested "IF" statements, something like this? IF(team=Penguins), IF(games\_played=1), RETURN(shots\_on\_goal), SORT\_LIST Is that about right? Thanks.
r/sportsanalytics
post
r/sportsanalytics
2024-12-30
Z0FBQUFBQm9OZU1CU2hoM1VOY29LVHVIU2p5bmgxSWpDT2U1d2RSdVdKTFc1SmIzNlMxUDd3blkySUNPRWtNb1BpQXh4UDV0SEctVnlWYVBLUlV0bWlGOC1kX0c1MWFJU2c9PQ==
Z0FBQUFBQm9OZU1JQkhRLTJhbDI1NXd6ZzVtYzg4UG1VZmppY1haMlB4SDVIbEI4ak55NVc5QlQ2VFVwSlV1VDc2RndidzVLLU1iUmlmbzVUZXRkd0drdjJWNWVKWmFmWmh2T0Z4R1htUXlPMEdxSHNPbHNpdlQwMzVhSXQ3Z2xNWnJLSWFiNmtEblNub3VaRnZfeko2TUNadkVmUGdEeUE3X1p1U2NzOVVVU0k1MFVseWhRam1HUXE2MU1aSTVoOWEySWc2OTBwYzR4bVB1dE1JVVZjSTJpYUd0WEMxd3RmUT09
**Welcome to the Daily General Discussion on Ethfinance** [https://i.imgur.com/pRnZJov.jpg](https://i.imgur.com/pRnZJov.jpg) ​ * [Subreddit Rules](https://www.reddit.com/r/ethfinance/about/rules/) * [Discord - EV Mavericks](https://discord.gg/evmavericks) * [Twitter](https://nitter.net/EthfinanceR) * [Podcast](https://evmavericks.libsyn.com/) * [Mintable Podcast](https://pods.media/evmavericks) Be awesome to one another and be sure to contribute the most high quality posts over on /r/ethereum. Our sister sub, /r/Ethstaker has an incredible team pertaining to staking, if you need any advice for getting set up head over there for assistance! Daily Doots Rich List - [https://dailydoots.com/](https://dailydoots.com/) Get Your Doots Extension by /u/hanniabu - [Github](https://github.com/etheralpha/ethfinance-extension) [Doots Extension Screenshot](https://imgur.com/1zNqLT9) **community calendar:** via Ethstaker [**https://ethstaker.cc/event-calendar/**](https://ethstaker.cc/event-calendar/) "Find and post crypto jobs." [https://ethereum.org/en/community/get-involved/#ethereum-jobs](https://ethereum.org/en/community/get-involved/#ethereum-jobs) Calendar Courtesy of [https://weekinethereumnews.com/](https://weekinethereumnews.com/) Dec 9 – EF internships 2025 application deadline Jan 20 – Ethereum protocol attackathon ends Jan 30-31 – EthereumZuri.ch conference Feb 23 - Mar 2 – ETHDenver Apr 4-6 – ETHGlobal Taipei hackathon May 9-11 – ETHDam (Amsterdam) conference & hackathon May 27-29 – ETHPrague conference May 30 - Jun 1 – ETHGlobal Prague hackathon Jun 3-8 – ETH Belgrade conference & hackathon Jun 12-13 – Protocol Berg (Berlin) conference Jun 16-18 – DappCon (Berlin) Jun 26-28 – ETHCluj (Romania) conference Jun 30 - Jul 3 – EthCC (Cannes) conference Jul 4-6 – ETHGlobal Cannes hackathon Aug 15-17 – ETHGlobal New York hackathon Sep 26-28 – ETHGlobal New Delhi hackathon Nov – ETHGlobal Devconnect hackathon
r/ethfinance
post
r/ethfinance
2024-12-31
Z0FBQUFBQm9OZU1CSVJVNUlHX3ZacDQxWXZRUVZWM2IxRzNReGk1czV1bG5odk5WdUFINE51TkV6bDk0Z0pXekpRRkp2S09rRGtRUTdBeW5EQmlwalRkYWdqN2VqcGQ3S3c9PQ==
Z0FBQUFBQm9OZU1JV3NXRWF3RW9OenRDdXNIVGdUaTJPTC1EMTZ4endPNjJ0eE5raml6eWxhS0Nub3JOR1BJY0lxd3UxemQ4dzQ1anhwMUlkU01NV2ZQcE9xMHVTWDVhejNzN0hKVHlFczltZXVmZGZEYmJOdU1ROW96TDlhMUdKSEpjakczay15TjAxd0hsX01qLVZOd2xBYXo1bThqN1NVUUhPV3pKWVBiaWxxVXg0YVBZNU1YZHZKeGs3X1hiclNCRVJYWTF0Rmxp
Despite the importance given to the 360-degree aspect of a white-ball batter, there is currently no established way to measure it. I have attempted to understand it better using a new wagon wheel and metrics.
r/sportsanalytics
post
r/sportsanalytics
2024-12-31
Z0FBQUFBQm9OZU1CYzVNN0xyYkdDc3pfeHlVamhJdXg3eEo4N1VDU1Y1Nmt6bXJnTHhScHlYLWh5QzdoX3FkVncxSTVodGIwWHB5OThGYkU1bHRtUGhNOVhnVnNadDJGNWc9PQ==
Z0FBQUFBQm9OZU1JR1RUTTEtWU5TUy1FODFKTnlDaUduRlJ5X19GX01yNG5MUWVVa1R6NS04M0ZvODNLYlpBT0tuSDZxVFRwY0h6bGFHU1ZZZVQ1NHJrUzVRaXBRakR6NC1kVWMtdmEta0RRNzc0cmpQNmtaNXpySVdRSnBsOV9nWkk0b0JLWWdUMy1GWDl5N3QwQ2RRdm52RXVxSzJhMl9GZDVaa1dlMjVYYUVlNGxSWTNrOTd1SzI3Q0psazVEd1NJb1otY0lnM29H
Let’s hope this will become true again during 2025
r/ethfinance
post
r/ethfinance
2024-12-31
Z0FBQUFBQm9OZU1CX3ZBaXdFNWdOX0lOd1ZWR1I5aVVkd3N1eXI2MjRvUFIwZ3N1aUszdmU2ZkJud1haNEJ5ODhuWmxDeGNpeTA3c0lOR2NjQllBTnRNeDhHMWNwZVdsVHVKS25KZVVOV21aQjAxN1VsVUlaMk09
Z0FBQUFBQm9OZU1JVjY0WTJzcUFBSkVLb0lBSWI1c2x0ZVlYVjZKUUFid1d1QmxpaWZJbGlGT29hTG9rTFpGXzlYRVItaDc2aFhYeE9uWmxqd3BhMzFQanBaWnJUOWxwNEh3X3hmME5Sb0ZzbVVpS1hEZjBVcTg4S1ZNM2ZHUVJMMGlRSnFvemt6eWtkaks4c29ISVc3WUpxc2QzT1ZDZm1fcmVuLThUV09mb1dvNjNxTWxwYkJ3OTVSSFQ4eWdRZE1xY0xJbFdUYS03