As someone who worked on kindle power consumption many years ago: One of the (by far) biggest consumers of power is the WiFi connection. It has to wake up and respond to the AP in order to not get disconnected every x seconds.
Off the top of my head, I think 'on' average power consumption was ~700uA without wifi, and about 1.5mA+/- with Wifi. This is from over a decade ago, so my memory is fuzzy though...
Obviously, page changes used relatively large amounts of power. I don't recall the exact amounts, but it was 100s of mA for seconds.
There is also an "every x pages, do a full screen refresh (black to white)" to fix up the ghosting issue that the article writer saw.
I removed the battery on mine, kept the battery chip and fed 5V into the battery terminals, from Kindle's USB connector, through a diode (so 4.4V-ish). Without a battery it needs something that can deliver at least 1.5A, for short bursts. An older powered usb hub seems to work fine, hub is connected to my raspberry pi, and I use ssh through usb networking, no wifi, no battery, worked fine for months now.
Yeah you'll probably want to turn on airplane mode between the refreshes. That's at least what KUAL "Online screensaver extension" from Mobiread forums does, with it I'm getting several weeks of battery life with refreshes every couple of hours.
Could you adjust the refresh frequency based on your usage patterns? So refreshing less frequently outside your main transit times. An extension of your current pause at night.
I never connect my RM2 to wifi and it's crazy, I don't charge it for months. Granted I use it maybe under 30 time a month too. I guess WiFi isn't necessarily disabled but yeah.
Haven't modded my paper white kindle, I'm thinking at the very least I'm going to get rid of those forced ads you read when you wake it up.
I've been exploring some computer vision recognition stuff. Being able to reason through my ideas with an LLM, and make visualizations like t-SNE to show how far apart a coke can and a bag of cheetos are in feature-space has been mind blowing. ("How much of a difference does tint make for recognition? Implement a slider that can show that can regenerate the 512-D features array and replot the chart")
It's helping me get an intuitive understanding 10x faster than I could reading a textbook.
I'd argue that no one would really care given it's GCC.
But if you worked for GiantSodaCo on their secret recipe under NDA, then create a new soda company 15 years later that tastes suspiciously similar to GiantSodaCo, you'd probably have legal issues. It would be hard to argue that you weren't using proprietary knowledge in that case.
That's like saying 'why give people calculators, when you can pull out a slide rule'
The whole point is that you are enabling the LLM through tool use. The prompt might be "Download all the images on the wikipedia article for 'Ascetic', and print them on my dot matrix printer (the driver of which only accepts BMPs, so convert as needed)"
Your solution using file / curl is just one part of the potential higher level problem statement. Yes, someone could write those lines easily. And they could write the wrapper around them with only a little more difficulty. And they could add the 404 logic detection with a bit more...
Are you arguing LLMs should only be used on 'hard' problems, and 'easy' problems (such as downloading with curl) should be done by humans? Or are you arguing LLMs should not be used for anything?
Because I think most people would suggest humans tackle the 'hard' problems, and let the tools (LLMs) tackle the 'easy' ones.
There are two ways you could interpret "counterfeit".
1. Fake IC (identifies as FTDI 232 IC), fake cable (FTDI logo on it)
2. Real IC, fake cable (eg, I buy the FTDI IC and make the cable, and sell it as an "official" FTDI cable).
(1) is I assume what they mean in this instance., but you could argue (2) is also possible. However, they make no mention of the packaging both calling them "FTDI" cables. Instead, I assume they're going off what they report to the OS as.
FTDI have been around for decades, and the offhand "old cable we had kicking around" could easily mean its 15+ years old. That might easily explain the chip size difference. In this case, FTDI did make TSSOP 28-pin chips for a long time. They're now obsolete, superseded by SSOP package variants (like in the "Real" picture). Put another way, this is like comparing an i5-10400 to a Pentium II that I found in my storage closet and declaring the Pentium II fake.
The actual fake chips visually look identical to the real ones. Obviously, otherwise they wouldn't get mixed into the supply chain.
The only real conclusion they can realistically make from these x-rays are that they're not the same cable (but even then, I don't know if FTDI real cables have silently upgraded the internals while retaining the same SKU).
If you're talking about Chavez, I'd disagree quite strongly. But even Maduro had his western-based supporters, at least in the early years; for example this op-ed in the Guardian:
"Although there are abuses of power and problems with the rule of law in Venezuela – as there are throughout the hemisphere – it is far from the authoritarian state that most consumers of western media are led to believe. Opposition leaders currently aim to topple the democratically elected government – their stated goal – by portraying it as a repressive dictatorship that is cracking down on peaceful protest. This is a standard "regime change" strategy, which often includes violent demonstrations in order to provoke state violence."
> by portraying it as a repressive dictatorship that is cracking down on peaceful protest. This is a standard "regime change" strategy, which often includes violent demonstrations in order to provoke state violence."
Side note: The self contradiction in adjacent sentences is so funny to me! It says a lot about the lack of mental coherency of the author and of the intended audience.
But I'm not 100% sure I follow your point, this is an editorial from way back in 2014, from a UK site not a US site. Though this could be published in the Guardian, I don't think a supporter of Maduro's government would get any TV time.
Search long enough and you will find supporters and detractors of all governments in the US, and openly doing it, because that's what the US's principles are supposed to allow. I remember in SF a political group which is half-mainstream, the DSA, starting a Maoist reading group, which caused a local uproar. That's particularly notable in SF, a city that has a very large Chinese population, with many of the families in SF to flee Mao himself!
The original assertion was that the US had one voice, without any opposition, in its media. While the viewpoints that make it into the mainstream media are somewhat narrow, you can find nearly every viewpoint somewhere on the Internet in the US.
Off the top of my head, I think 'on' average power consumption was ~700uA without wifi, and about 1.5mA+/- with Wifi. This is from over a decade ago, so my memory is fuzzy though...
Obviously, page changes used relatively large amounts of power. I don't recall the exact amounts, but it was 100s of mA for seconds.
There is also an "every x pages, do a full screen refresh (black to white)" to fix up the ghosting issue that the article writer saw.
reply