Nope, doesn’t seem like it.
I am:
@[email protected] (MAIN LEMMY PROFILE)
@[email protected] (Main Mastodon profile)
@[email protected]
@[email protected]
@[email protected]
And /u/clb92 on Reddit (and many other places)
Nope, doesn’t seem like it.
Here’s an example of a text object taken from the XML, if you’re curious: https://clips.clb92.xyz/2024-09-08_22-27-04_gfxTWDQt13RMnTIS.png
EDIT: And with more complicated strings (like ones havingnumbers or symbols - just regular-ass ASCII symbols, mind you) there will be tens of <stringItem>, because apparently numbers and letters don’t even work the same. Even line breaks have their own <stringItem>. And if the number of these <stringItem> and their charLen don’t match what’s actually in pt:data, it won’t open the file.
Lots or file formats are just zipped XML.
I was reverse engineering fucking around with the LBX file format for our Brother label printer’s software at work, because I wanted to generate labels programmatically, and they’re zipped XML too. Terrible format, LBX, really annoying to work with. The parser in Brother P-Touch Editor is really picky too. A string is 1 character longer or shorter than the length you defined in an attribute earlier in the XML? “I’ve never seen this file format in my life,” says P-Touch Editor.
I’ve had about 1000+ tabs open before, but I’ve gotten better at keeping them under control. It’s very normal for me to hit a couple hundred, once in a while, though, before I go through them all and weed out the ones I’m done with. Right now I only have 24, but 19 of them are my pinned tabs that are used all the time.
Knowing is half the battle
Really cool project, even though it has its flaws. Be prepared to search the documentation and update the configuration via the command line, as there’s no settings page in the web interface.
I had some trouble with it throwing a fatal error on URLs longer than the max filename length on my filesystem, but the author has been very responsive on GitHub. I replied to a 3-4 year old closed issue and the author opened it again and tried implementing a new fix in the dev version. I’m encountering another issue with using the dev version in my setup right now, but I think that’s being worked on.
Probably because it looks like he only speaks in anime quotes and brings his plastic replica katana (“well ackchyually, it’s a tachi, as you can see because of the way…”) when going to the mall with his mom.
Once it’s on the internet, it’ll be there till the day you die.
Unless it’s something you want to stay. Then it vanishes into the ether, and nobody seems to have it archived anywhere.
EDIT: Join us at [email protected] or /r/datahoarder (unfortunately the datahoarder community is mostly active on Reddit still).
Shamelessly stolen joke. Here’s the original tweet, which I think is much better too: https://twitter.com/0xAsync/status/1607541407937339392
Or for those who don’t want to visit Twitter:
By the way, you can still buy the old licenses, which will be grandfathered in, and they will keep the old license upgrade paths too (Basic -> Plus -> Pro), so now may be a good time to grab a Basic license if you think you might want a lifetime Basic, Plus or Pro license in the future.
Probably meant defect.
Of ultimate destiny
Like ==
but more strict. The ==
operator will do type conversion, so 0 == ''
will actually be true, as an example. Sometimes (honestly, most times) you may want to compare more strictly.
See this StackOverflow answer: https://stackoverflow.com/questions/359494/which-equals-operator-vs-should-be-used-in-javascript-comparisons
Omg, it’s scary how accurate this is!
I am a nerd!
Move the cursor to the start of what you want to cut, press ALT+A, then move the cursor with arrow keys (you’ll see text be highlighted from where the cursor was to where you move your cursor), then once you’ve moved the cusor to where you want, press CTRL+K to cut.