someone demonstrated a while back how based on user agent you could serve innocuous code for a browser checking the code first, and then a different malicious payload for curl.
> this algorithm (k=33) was first reported by dan bernstein many years ago in comp.lang.c. another version of this algorithm (now favored by bernstein) uses xor: hash(i) = hash(i - 1) * 33 ^ str[i]; the magic of number 33 (why it works better than many other constants, prime or not) has never been adequately explained.
unsigned long
hash(unsigned char *str)
{
unsigned long hash = 5381;
int c;
while (c = *str++)
hash = ((hash << 5) + hash) + c; /* hash * 33 + c */
return hash;
}
When a service is being shopped around to prospective new owners, eventually user data leaves the custody of those I originally entrusted it to. I'm voicing my opinion on signals that indicate to me it is time to go, and that to me, this is one of those signals
I think it's more likely that a job with full-remote is more "with the times" and more likely to pay a commensurate wage than the legacy corps that require butts in desks to do Teams meetings all day.
If I knew a service or company I used were doing this, I'd take what data I can and delete my account. Good things rarely happen in a transition. I'm not saying it's right, I'm just saying what me, the user, has been trained to do for my safety.
The older I get, the more I get the urge to return to monke, and just use tmux. Maybe on friday I go all out and boot up a GUI with some type of nifty nature wallpapers showing through my terminals.
FVWM is completely legit as well, albeit a little heavy when compared to TWM or my favorite Rio, with Acme of course. Heavy is relative in this sense, I've run FVWM on reprogrammed childrens toys with the processing power of a warm potato.
If you don't mind me asking, what models are these pagers and what service is it through? I looked for a few plans and only found a single company that seemed to remain active. They offered prepaid plans for up to two years.
Thanks for the response. I'm not getting my hopes up but I am optimistic that surely someone has tried to enter this niche form factor solely given to how well it sells for the pi folks.
Thank you, I found your contact info and will reach out soon.
I came up with some ideas to put together something resembling option 2. My main focus is not having the ability to accept a phone call or voicemail, or rich media; privacy is a plus, but to be honest that was not my motivation. The desire for modern customary encryption mentioned in the post above was because iirc the old pager networks were more easily snooped than modern SMS. As long as the experience is compatible with an on par with SMS, I'm happy.
If I had a magic wand: ideally, this would operate just like a dumb phone, but without the ability to make calls, take pictures, browse the net, anything of that sort. I just want to activate the display, see a list of SMS messages or contacts, and respond to them. Wifi interfaces and all that would diminish the experience for me.
I'm thinking if I wanted to put this together for fun, it'd be most likely to happen in a pocket size (hopefully without JNCO jeans) by using a small raspberry pi, small e-ink module, some type of mobile radio like an LTE shield w/ sim if that exists, and maybe for the first iteration a chopped up tiny keyboard. Slap it all together between a few layers of acrylic and it could work.
Alas, currently blocked and limited to pen and paper by the lack of raspberry pi stock available.
Thank you. The stage I'm at right now is something in this realm. I'm seeing people who are able to send/recv SMS via raspberry pi zero + cell radio, so I'm currently looking at my options.
What texting-only phones are you able to find? I'm having a hard time forming a potent search query for those. I keep getting support threads for people who have phones that can text but have a broken calling feature.
2-way pagers worked for SMS, that's essentially what I'm looking for, but on modern hardware, meaning I'd rather it be rechargeable through a port than have a AA battery slot, maybe a microsd slot for my contacts and messages.
The existing 2-way pagers work over conventional networks as well as radio networks that relay SMS and email through a gateway, which is why I specified that I was not concerned which method, I just prefer that it does SMS, perhaps natively.
The recipient, as with 2-ways, can use any method or hardware of SMS to send/reply.
thanks to dementiapatien below for the link https://www.idontplaydarts.com/2016/04/detecting-curl-pipe-b...