photog.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for your photos and banter. Photog first is our motto Please refer to the site rules before posting.

Administered by:

Server stats:

246
active users

#lazyweb

3 posts2 participants2 posts today

I have a #lazyWeb question?

If I wanted to set up some sort decision tree type thing on phone/ipad with notes and links back and forth between different pages on it - is there something that you would recommend for this?

I’m trying to work out some hacks for my neurodivergent brain to help get better at doing things/organising self, I need something to help put down related thoughts/hacks etc

What is this new trend regarding "password strength"?
For the second time in a week, I had my firefox-generated 'secure' password rejected because the website had a list of allowed and disallowed special characters.

Let me just use a passphrase and be done with this "hoop jumping"

Dear #lazyweb, is there a way to make #html anchors actually work properly with #css positioned elements?

```html
<div style="position: fixed; top: 0"> ...</div>
<div style="padding-top:2em">
<h1 id=anchor>Title</h1>
</div>
```

Like, if I stick something to the top of the page, and then link to #anchor, the browser scrolls to have the element at the exact top of the view port, with the positioned navigation elements directly on top of the element named in the #anchor part of the url.

Am I supposed to put a padding the height of my navigation on the top of all elements I plan on linking to by anchor?

Assuming I do not care about commit IDs (I want to rewrite history after all) is there a #git tool out there, that would let me do a `git rebase` but squish/bucket things by date?

Example:
- Anything older than a year, squash by month
- Anything older than a month squash by week

I am using git to watch changes to some files, but at some point, I do not care so much about detailed older history, only detailed recent history.

I want to show my German student the old-school joke "ad" making fun of Apple ads where an evil mastermind in his lair describes how easy linux is to use... notable lines about "recompiling your kernel" etc. I can NOT find this on the internet anymore. Came out in maybe 2000 ish. someone is gonna have a link I know it #lazyweb

Dear Lazyweb!

I plan to go on a cycling holiday on the long weekend this week. I can't decide where to go 🙂

Someone help me choose!
- Andorra - I have been before, lots of climbs, some annoying drivers, good food and shopping
- Puigcerda - easy access to some routes into France. I also been before, but only with others
- La Seu d'Urgell - just driven through so far, maybe new hills?

Any help appreciated. Be it 🎲 or 🤖 or random google image search.

can anyone recommend a good resouce for building a strategic plan? I haven't done one before and want to do one for my rfs brigade to put some structure around a few of the things we are doing (and hopefully use it to get some support from other areas)

there's tonnes online but it's all different and, well, I just dunno where to start!

Hey Fedi!

I need to convert a 4TB RAID array. I will move the data off it and then back. Currently it's NTFS (and Windows). When I'm done, it will be LVM+EXT4 (and Linux).

Does the file system of the intermediate storage make any difference to the speed or otherwise? If yes, what would be best? (I might hit the 4GB file size limit on FAT32.)

Also, is this best done by copying files, or would it be faster (probably not safer) to manipulate the existing partition?

Hey Fedi!

What's this thing on the high-voltage line?
There are sections where there is plus one wire for maybe 20m, separated with glass beads from the main one, and it ends with a tube that looks kinda like a fuse.

My guess is some kind of sensor or safety device. I see no connections to / from it.

Computer touchers and telephony enthusiasts, a question: my brother who's in Japan needs to call a 1-800 number in the US. What's the simplest way to do this? He has a VPN that can spoof his location as the US, if that helps.

(I don't know how to hashtag this, please boost?)

#question

If I were looking for historical information (19th Century) about specific #Irish immigrants in Leeds County in Ontario, Canada does anyone know where I might start looking? Is information like this published online by the county or province or is this something that local libraries might be able to help with?

This is a #lazyweb question, but I'm inquiring for my aunt who has otherwise done a great deal of non-internet work on this over the past 20 yrs. Maybe more is digitized now?

I feel like I've asked the #lazyweb this before, but I apparently forgot to bookmark the answer... and it's come up again in my work....

Long, long ago OCLC had a date parsing library (written in Java) that was intended to handle all the various forms of dates found in MARC records. Does anybody remember the name of this or have a pointer for me?

When I said I was working on a musical Moo, which is kind of an interactive storytelling platform, loads of you mentioned some prior art by somebody who did another text based novel with music.

I made a note of this . . . . somewhere.... (help?)

I'm archiving something and I'll need to do it in stages because of space. Like, an interactive "split", "[do next chunk], or do *n* chunks", tap the Enter key to move forward...

Is there something battle-tested for this, or is lashing together a bespoke script the norm?

(I asked Github Copilot for software pointers, and it really wants to write a script. I can think of features like checksums and gracefully handling running out of space, and I expect that someone else, who's given it more than a few minutes of thought, has covered those niceties and more already)