I am confused as to why the firmware is able to control the LED at all. Seems much more sensible to just hook it up to the power the goes to the camera.
he/him
a cool (brr) dude
I am confused as to why the firmware is able to control the LED at all. Seems much more sensible to just hook it up to the power the goes to the camera.
You can use this instead. It has excerpts from the letters that prove it: https://www.youthkiawaaz.com/2013/10/gandhi-used-power-position-exploit-young-women-way-react-matters-even-today/
I can’t tell if you are trolling or not. The article uses a different spelling than the one you are looking for. If you search for “gandhi” instead of “ghandi” you will find it.
The claim about Gandhi sleeping naked with a young woman (which is true) links to opindia in the article.
Try to not link to opindia since they are a far right hindu nationalist outlet.
At this point I doubt anyone could gather anything that would constitute hard evidence which is unfortunate.
deleted by creator
what are you gonna do now? i might switch to keepassxc but i don’t wanna learn new stuff.
Out of the 800,000 people each year who committed suicide, on average perhaps more capable than the rest of us, what if a few would have been instrumental in developing fusion power?
I don’t like arguments like this. Especially when it comes from someone in the tech field. It seems to imply that climate change is a technical problem and that some silver bullet solution from a savant will solve it. Meanwhile in the real world, the economic and political system has been blowing all the increasing energy capacity on useless stuff like cryptocurrency and now AI.
Maybe rocket.chat?
I’ll relay this to Xi Jinping immediately he’ll be glad to know of your approval
How do the SaaS AI code assistants work? I am guessing they have to send the entire file or the codebase to their datacenter. Won’t this be a problem for corporations who want to protect their codebase?
we maintain the same goal – to build digital advertising solutions that respect individuals’ rights
Does it include the right to be able to choose not to be advertised to?
Yes, advertising enables free access to most of what the internet provides
What does this even mean?
I don’t read their blog posts but seems like they have fully embraced startup lingo.
It’s not how open source works but how venture funding works which is boggling minds here
Git is decentralised by nature. It’s what allows mirroring the repo on other forges even when git repos are hosted on proprietary platforms like GitHub.
What’s matrix 2.0? Are they finally gonna use the go backend as opposed to the python one?
It’s Glowtime
Sorry but no. I have never had this issue.
This could be useful to me. A while ago I was trying to make something that take all unread posts from my feed reader, make an epub out of them and then put it behind an OPDS server.
I found converting HTML from RSS to first markdown and then compiling them to an epub the most reliable way to take out the unnecessary markup from the source HTML. I used pandoc for this.