Reddit Posts
in 2030 , there will be a huge Demand of Lit - ION battery in the industry and the massive revolution of using EV started just this 2021. this is the good time to buy LIB and be one of the investors of Libcoin! gain more profit buy holding it! Rich | WAGMI !
game is on! fill your bags now with $LIB! one eco-conscious token that will be massive in the market! join early start -up and make a huge profit by hodling its Token! make a snooze ! Wagmi
Libcoin_Token - $LIB's public sale is now LIVE 🚀 Wanna get your yourself whitelisted? Visit now: https://t.co/jsCGmtSETP Get updated with the latest news in the Libcoin Community https://t.co/iSD8NBpwSx #PublicSale #Whitelist #ICO
Get Whitelisted for the Public Sale of Libcoin_Token $LIB's public sale is now LIVE 🚀 Wanna get your yourself whitelisted? 🔗 Visit now: https://t.co/U7Y09h7pHD
Librium Tech 🚀 Solid 7x From Presale // Launched Yesterday and Getting Ready to reach 100M$ // Special Mining Rewards || Doxxed Team Vetted by Digital Fever || Stake and Earn $LIB! // Big Plan Marketing Plan | Utility x Rewards - Listed on CMC and CG!
$LIB Librium Tech 🔥 The Biggest Project of 2022 is Launching Tomorrow // Exclusive Mining Rewards, Yeld Farming, Staking // Multiple AMA's with Big Crypto Communities (DigitalFever, Caesar Calls, Whalecointalk) || Doxxed Team, Huge Marketing Push
🚀 Librium Tech | Days Before The Big Launch || Worldwide Mining Facilities 🌌 Running 24/7 | Tokenomics Never Seen | 💸 Redistribution, Mining and Staking Rewards + more! | ✅ Vetted by Digital Fever & Other Big Names || Seen on Yahoo Finance and Market Watch
Mentions
"verifying before blindly trusting a device" Oh really?! How about yo review this fucking makefile and tell me what is wrong. \# Config for our board. \# MCU\_SERIES = l4 CMSIS\_MCU = STM32L4S5xx AF\_FILE = boards/$(BOARD)/stm32l4s5\_af.csv LD\_FILES = boards/$(BOARD)/layout.ld boards/common\_ifs.ld OPENOCD\_CONFIG = boards/openocd\_stm32l4.cfg \# MicroPython settings MICROPY\_VFS\_LFS2 = 1 MICROPY\_VFS\_FAT = 1 \# see py/mpconfig.h which uses this var if set CFLAGS\_EXTRA += -DMP\_CONFIGFILE=\\"boards/$(BOARD)/ckcc-port.h\\" CFLAGS\_EXTRA += -DCOLDCARD\_DEBUG=$(DEBUG\_BUILD) \# obsolete \# need the CDC inf file to be built before this file \#initfs.c: $(GEN\_CDCINF\_HEADER) \# NgU and uQR libraries NGU\_NEEDS\_CIFRA = 1 USER\_C\_MODULES = boards/$(BOARD)/c-modules \# the bulk of the COLDCARD-specific code \# - do not want contents of stm32/boards/manifest.py FROZEN\_MANIFEST = \\ boards/$(BOARD)/shared/manifest.py \\ boards/$(BOARD)/shared/manifest\_mk4.py \# This will relocate things up by 128k=0x2\_0000 \# see also ./layout.ld CFLAGS\_MOD += -DVECT\_TAB\_OFFSET=0x20000 TEXT0\_ADDR = 0x08020000 TEXT1\_ADDR = 0x08024000 \# don't want any of these: soft\_spi, soft\_qspi, dht \#DRIVERS\_SRC\_C -= drivers/bus/softspi.c \\ \# drivers/bus/softqspi.c drivers/memory/spiflash.c \\ \# drivers/dht/dht.c \# Approximately all the source code files? ALL\_SRC = $(SRC\_LIB) $(SRC\_LIBM) $(EXTMOD\_SRC\_C) $(DRIVERS\_SRC\_C) \\ $(SRC\_HAL) $(SRC\_USBDEV) $(SRC\_MOD) ALL\_SRC += $(addprefix ports/stm32/, $(SRC\_C)) ALL\_SRC += py/\*.\[ch\] \# XXX: this barely works, ignore errors tags: echo $(ALL\_SRC) (cd $(TOP)/../..; pwd; ctags -R -f .tags $(addprefix external/micropython/, $(ALL\_SRC)) \\ external/micropython/lib/stm32lib/STM32L4xx\_HAL\_Driver/\*/\*.\[ch\] \\ external/micropython/lib/stm32lib/CMSIS/STM32L4xx/Include/stm32l475xx.h \\ external/micropython/lib/cmsis/inc/core\_cm4.h \\ external/micropython/ports/stm32/\*.\[ch\] \\ external/micropython/ports/stm32/\*/\*.\[ch\] \\ external/micropython/ports/stm32/usbdev/{core,class}/{src,inc}/\*.\[ch\] \\ external/libngu/ngu/\*.\[ch\]) sed -i .tmp '/dynruntime./d' $(TOP)/../../.tags checksum: $(OBJCOPY) -O binary -j .isr\_vector -j .text -j .data \\ \--pad-to 0x080e0000 --gap-fill 0xff \\ $(BUILD)/firmware.elf $(BUILD)/firmware-complete.bin shasum -a 256 $(BUILD)/firmware-complete.bin \# This costs about 241,136 of flash! Not clear on what I gain. \# It enables -O0 instead of -Os!! Very bad. \#DEBUG = 1 \# we always want debug symbols, since they get stripped anyway COPT += -g \# bugfix IIRC build-COLDCARD\_MK4/boards/COLDCARD\_MK4/modckcc.o: COPT = -O0 -DNDEBUG \# pickiness build-COLDCARD\_MK4/dma.o: COPT=-Werror=unused-const-variable=0 build-COLDCARD\_MK4/boards/COLDCARD\_MK4/psramdisk.o: COPT=-Werror=unused-const-variable=0 \# bugfix: remove unwanted setup code called from ports/stm32/resethandler.s build-COLDCARD\_MK4/lib/stm32lib/CMSIS/STM32L4xx/Source/Templates/system\_stm32l4xx.o: \\ CFLAGS += -DSystemInit=SystemInit\_OMIT \# bugfix: replace keyboard interrupt handling build-COLDCARD\_MK4/lib/utils/interrupt\_char.o: \\ CFLAGS += -Dmp\_hal\_set\_interrupt\_char=mp\_hal\_set\_interrupt\_char\_OMIT \# bugfix: leave my LED's alone build-COLDCARD\_MK4/flashbdev.o: CFLAGS += -Dled\_state=led\_state\_OMIT build-COLDCARD\_MK4/spibdev.o: CFLAGS += -Dled\_state=led\_state\_OMIT build-COLDCARD\_MK4/factoryreset.o: CFLAGS += -Dled\_state=led\_state\_OMIT build-COLDCARD\_MK4/boardctrl.o: CFLAGS += -Dled\_state=led\_state\_OMIT files: \# SRC\_C: $(SRC\_C) u/echo \# SRC\_HAL: $(SRC\_HAL) u/echo \# CFLAGS: $(CFLAGS) u/echo \# FROZEN\_MANIFEST: $(FROZEN\_MANIFEST)
Ripple fails, and everything gets attacked. Truth is, everyone needs to be cheering for ripple; you don't want to give the SEC some sort of precedence to work with. I had high hopes that Library was going to make a difference in their LIB vs SEC case, but they ended up getting plummeted
"I would like my labor to be compensated for and not be inflated out of existence and I would like to be able to keep my wealth without having to deal with crooked banking industry". WHAT ELSE DO YOU WANT? AFFORDABLE HEALTHCARE? QUIT CRYIN, LIB!
[https://www.impots.gouv.fr/portail/particulier/questions/puis-je-beneficier-dune-dispense-du-prelevement-forfaitaire-non-liberatoire#:\~:text=Ainsi%2C%20pour%20b%C3%A9n%C3%A9ficier%20de%20la,le%2030%2F11%2F2019](https://www.impots.gouv.fr/portail/particulier/questions/puis-je-beneficier-dune-dispense-du-prelevement-forfaitaire-non-liberatoire#:~:text=Ainsi%2C%20pour%20b%C3%A9n%C3%A9ficier%20de%20la,le%2030%2F11%2F2019). This is not exactly what I was saying as I over simplified but you get the gist of it. PUIS-JE BÉNÉFICIER D’UNE DISPENSE DU PRÉLÈVEMENT FORFAITAIRE NON LIBÉRATOIRE ? Vous pouvez être dispensé du prélèvement forfaitaire obligatoire non libératoire de 12,8 %, acquitté au titre de l'impôt sur le revenu au moment du versement des intérêts, si votre revenu fiscal de référence pour l'année N-2 était inférieur à 25 000 € pour une personne seule ou 50 000 € pour un couple (mariage ou PACS). Vous pouvez être dispensé du prélèvement forfaitaire obligatoire non libératoire de 12,8 %, acquitté au titre de l'impôt sur le revenu au moment du versement des dividendes si votre revenu fiscal de référence de l’avant-dernière année était inférieur à 50 000 € (personne seule) ou 75 000 € si vous vivez en couple (mariage ou PACS). Vous devez formuler cette demande auprès de votre établissement financier par la remise d’une attestation sur l’honneur. La demande de dispense du prélèvement forfaitaire obligatoire non libératoire de 12,8 % (acquitté au titre de l'impôt sur le revenu au moment du versement des revenus) doit être formulée avant le 30/11 de l'année précédant celle du paiement de ces revenus. Ainsi, pour bénéficier de la dispense de prélèvement forfaitaire obligatoire de 12,8 % opéré sur les revenus versés au cours de l'année 2021, la demande de dispense devait être formulée avant le 30/11/2020. Pour mémoire, précédemment pour les revenus versés en 2020, la demande devait être formulée avant le 30/11/2019. Pour information : par dérogation, pour les produits issus des contrats d’assurance-vie et de la sortie en capital d’un plan d’épargne retraite, la demande de dispense est formulée au plus tard à l’encaissement des revenus, et non plus avant le 30/11 de l’année précédant celle du versement.
> Germany’s carbon intensity has been historically and is presently quite high That's completely wrong. Germany has 55% renewable & nuclear in power production, much higher than the US ([source](https://www.cleanenergywire.org/factsheets/germanys-energy-consumption-and-power-mix-charts)). It's just not black and white, and also EVs have severe ecologic side-effects. I'm not saying we shouldn't explore this technology, but with the current LIB battery generation that is far less ecologic then people want to think. While its true that a PP has much better efficiency than an engine, you have losses in the grid, during transformation, and charging offsetting this advantage. And production-wise EVs have much worse (60%) carbon footprint than traditional cars not even talking about the environmental impact of Lithium mining.
> I'm super curious in what value you draw the 350 and 111 MA? I've mostly been using [woobull](http://charts.woobull.com/) and [LIB](https://www.lookintobitcoin.com/charts/) and they already have those numbers, so it was mostly out of laziness. I don't think 100 and 200 day MA are a bad choice of metric, by any means. I've mostly been using the charts on those two sites, as well as the MACD on binance's live ticker to pick entry points. I don't do anything super scientific. The US was headed towards a late 2019 recession and I pulled my money, only to throw it all back in after the March 2020 downturn. I disagree that we're in the clear yet, as the US risks destroying confidence in the dollar if they print stimulus forever, but unlike a lot of bears, there's still no signs of an interest rate hike, so you may be correct that the US economy managed to quickly pull itself out of a nosedive and recover quickly. Personally I'm being cautious but only time will tell.