- 26 Posts
- 34 Comments
LibreMonk@linkage.ds8.zoneOPto Openstreetmap@feddit.uk•How to geocode a list of addresses to a GPX file (on linux or android), ideally without using a service1·11 days agoIn my case I need geocoding because I am starting with addresses, not coordinates.
Nonetheless, I am amazed to hear that chatgpt can write software like that. I am getting out of touch because I boycott Cloudflare, Microsoft, Google, Amazon, Facebook, etc. So I appreciate the tip. Theoretically I could make use of that for my 2nd step of going from DB to GPX file, but I’ll be tempted to try something like gpsbabel first.
LibreMonk@linkage.ds8.zoneOPto Openstreetmap@feddit.uk•How to geocode a list of addresses to a GPX file (on linux or android), ideally without using a service2·12 days agothanks. Indeed I just checked and Nominatim is still viable. I may just do that.
Though I must say it’s bizarre that such a common need has no software. Everytime I travel somewhere, reviews for interesting restaurants, beer, attractions, etc, only give addresses, not GPS coords. I would expect by now someone would have been driven mad by all the manual entry by hand.
LibreMonk@linkage.ds8.zoneOPtoUS Law (local/state/federal) ⚖@lemmy.sdf.org•Rock star died before I could publish his latest work in a liberated way due to CreativeCommons dependency on Cloudflare1·24 days agoindeed that’s the other problem with using archive.org… the CF dependency is not only still in play but some tech savvy users would still be licking Cloudflare’s boots.
A smart attack would be coupled with a clear message. Have the malware clobber them with anti-evil messages and just like that you have a sound free speech defense.
Consider florida, where if you are caught with shrooms that are wet, freshly picked, they cannot convict you for carrying contraband because you do not necessarily know what you picked.
Laws are often based on intent. In some cases, penalties vary depending on intent. It would be an unacceptably brutally harsh law to judge someone under a presumption of harmful intent for something they might have no awareness of.
QR codes can have icons on them. Certainly if I created such a t-shirt, I would put some cool looking icon in the center of it. Someone being dragged through the system might argue “i did not know that qr code was real… i just liked the cat in the middle of it”.
“Malice” implies intent. Accidents are not malicious. Neglect in the worst case. So certainly any charges could not be based on malice.
Not sure but I think QR codes that hold wi-fi creds would more likely be automatically processed by phones. Seems like an adequate attack surface. Maybe dodgy creds could overflow or do some kind of DB attack. Or even legit creds could lead someone to connect to a malicious hot-spot captive portal that the attacker carries.
LibreMonk@linkage.ds8.zoneOPtoUS Law (local/state/federal) ⚖@lemmy.sdf.org•Rock star died before I could publish his latest work in a liberated way due to CreativeCommons dependency on Cloudflare3·5 months agoIt depends on which license you look at. E.g. from https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt:
c. BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License.
It was a while since I looked at this but IIRC the BY license was fine in its early versions but none of the others were. Then I vaguely recall seeing links in later versions of the BY license as well (but that may have been hasty reading on my part since i’m not seeing it in the BY 4.0 ATM). Anyway, it’s a mess.
LibreMonk@linkage.ds8.zoneOPtoUS Law (local/state/federal) ⚖@lemmy.sdf.org•Rock star died before I could publish his latest work in a liberated way due to CreativeCommons dependency on Cloudflare2·5 months agoThat doesn’t really work. The URL is an inherent part of the CC license. Archive.org might do link replacement but that does not change the license… it merely corrupts/misrepresents the license. Users of CC-licensed work are still bound by the actual text of the license. IIRC the URL was to refer to something that changes over time, thus making the license dynamic when archive.org works off of snapshots.
LibreMonk@linkage.ds8.zoneOPtoUS Law (local/state/federal) ⚖@lemmy.sdf.org•Rock star died before I could publish his latest work in a liberated way due to CreativeCommons dependency on Cloudflare3·5 months agoI vaguely recall Richard Stallman bad-mouthing public domain in favor of free licensing. I don’t recall the details but I imagine the artist would at least want attribution, which I doubt the public domain ensures.
Of course if we could have predicted his death there are many trivial ways we could have ensured his will is expressed and executed. But it may not be a lost cause… whoever controls the estate would likely know or believe that he wanted to liberate his work.
LibreMonk@linkage.ds8.zoneOPto TeX typesetting@lemmy.sdf.org•(pdfpages) How to write code that only affects some select pages of a PDF documentEnglish1·8 months agoOne annoying limitation is that the last page and a penultimate page cannot have different behavior in the
picturecommand
option. I thought I was fucked for ½ a day. But hacked around that by using thepagecommand
and nesting\ifthenelse{\AM = (penultimate page №)}{\begin{picture}(0,0)\put(50,-50){…}…
inside the pagecommand. Makes me wonder what’s the point of having thepicturecommand
. There is apicturecommand*
which only executes on the 1st page, and apparently no equivalent forpagecommand
– but we can test the internal variable anyway.
LibreMonk@linkage.ds8.zoneOPto TeX typesetting@lemmy.sdf.org•making a PDF annotation/comment from text file input (but code is ugly as fuck)English1·8 months agoSomeone tells me “look into
\scantokens
instead of rewriting to a file”. After a brief look, I have to say: No. Fucking. Way. That looks like a rabbit hole that leads to the center of the planet. No thanks… I don’t need to spend weeks more on this digging through (what looks like) the most raw low-level code that makes assembly languages look like tinker toys.Low level TeX code really seems like a strange beast. Something you should learn in your early teens while the brain is still highly plastic. I wish I learnt it because I would better understand all the bizarre and obscure glitches I run into with LaTeX. But I think I might be past the point where benefit outweighs the pain.
LibreMonk@linkage.ds8.zoneto Linux@lemmy.ml•It's 2024 and I'm posting this from a text console.2·9 months agoThanks for the tip. It seems to work but I have to say it’s a rough UX because the UI is really meant for a graphical browser. I could not even paste my UID and PW in to login.
LibreMonk@linkage.ds8.zoneto Linux@lemmy.ml•It's 2024 and I'm posting this from a text console.2·9 months agoFor the same reason, I suppose you would love text adventure games like Hitchhiker’s Guide to the Galaxy, where you have to come up with your action, as opposed to getting visual aids which come like a loaded question, steering you and somewhat robbing you of control.
LibreMonk@linkage.ds8.zoneto Linux@lemmy.ml•It's 2024 and I'm posting this from a text console.2·9 months agoindeed… #NeonModemOverdrive failed for me too.
So, how did you do post to lemmy.ml? Did you use cURL? If so, I would love to see the sample code.
LibreMonk@linkage.ds8.zoneOPto Juridisch Advies NL@feddit.nl•When an EU-based bank forces you to buy a recent smartphone to access your account, what are your rights?11·9 months agoIt is exactly that.
There are ~95 pages of rights and obligations covered in EU Directive 2015/2366, as well as EC Regulation 593/2008. Have you read them, or anything else to substantiate your claim?
You’re trying to solve the wrong problem.
There is no such thing as a “wrong problem”.
You do you. This thread is not about your problems. Start your own thread if you want a different problem worked. In this thread, you can either help solve the problem at hand, or fuck off.
LibreMonk@linkage.ds8.zoneOPto Juridisch Advies NL@feddit.nl•When an EU-based bank forces you to buy a recent smartphone to access your account, what are your rights?2·9 months agoThere was a story about a German guy insisting on paying his radio licensing fees in cash. He setup an escrow account and paid his invoices into that, so that the state could not claim he was just using cash refusal as an excuse not to pay. I don’t think I ever heard what came of the legal case.
LibreMonk@linkage.ds8.zoneOPto Juridisch Advies NL@feddit.nl•When an EU-based bank forces you to buy a recent smartphone to access your account, what are your rights?2·9 months agoI heard postbank was eliminated in Germany but post office banking is still an option in other countries. I doubt any post office banks stand on their own. The one I’m aware of is just a proxy for another crappy bank.
Many elderly people can’t use a smartphone so smartphone only options definitely sound like a no go.
It’s somewhat convenient that tech illiterates are in the same boat with the streetwise (who are tech saavy enough to distrust commercial tech that’s being pushed down our throats). But there are efforts to divide us. Elderly folks are getting social helpers with tech, which will shrink those resisting enshitification of everything to a population that’s easier to marginalise. I also don’t suppose it will be long before the tech illiterate elderly are no longer with us anyway.
LibreMonk@linkage.ds8.zoneOPto Juridisch Advies NL@feddit.nl•When an EU-based bank forces you to buy a recent smartphone to access your account, what are your rights?2·9 months agoat least in Germany companies and state are not anymore required to accept cash for invoices
Yikes. That’s a shame. There is the EC Recommendation of 22 March 2010 (2010/191/EU) which wisely states:
A debtor can discharge himself from a payment obligation by tendering euro banknotes and coins to the creditor.
I am surprised Germany has gone against that. I thought cash was loved by Germans.
I was quite confused when I read your post because Tesseract is an OCR engine. Your link helped sort it out.
I think I have come across various fedi web clients that do conversions. I think peertube shrinks videos, IIRC. The auto conversions are useful but they must be conservative in the extent of their changes. The posterizing that I do w/Imagemagick makes a dramatic change so it could not be done automatically by a client or server, as users need to review the output and decide. So I believe the best compression will always require manual effort in order to judge whether the quality loss is still acceptable for the application.
Regarding Tesseract (the lemmy client) – does that work offline? I’m always looking for a Lemmy client that can briefly connect to sync content and then support reading and writing messages when offline.