ransomwarelettuce

joined 2 years ago
[–] ransomwarelettuce@lemmy.world 1 points 1 week ago* (last edited 1 week ago)

At least here in Portugal we have a eletronic ID platform that provides some services that could be one of them.

What I was saying was going to that platform or app ( they have a app I think too ) grab a token generated for that website specifically and paste it.

Than the website would receive the token and given a key received by the gov to operate in the contry gets the playload and checks if the person is of age.

I was mentioning the token payload witch would be only the age or a boolean value.

[–] ransomwarelettuce@lemmy.world 1 points 1 week ago (2 children)

Yeah . . . Now being devil's advocate faceID would prevent that.

But still if instead of bounding a cert to a device we went to a gov platform for a limited time token/OTP it would work too. It could be shared too but so could u ask ur brother to show up in the facescan before entering a website.

Yeah I was overcomplicating things when a token approach maybe even generated with a card reader or through a gov platform is way more simple.

And would not be hard to implement now that I realise there are many solutions like that such as JWT, SSL, GPG, OTP, etc ...

[–] ransomwarelettuce@lemmy.world 2 points 1 week ago* (last edited 1 week ago)

Tbh honest I am against the idea of blocking gov blocking websites.

Parents should be responsible for their kids online presence and exploration using existing tools for such control. For that though people would have to know how to use such tools and unfortunately many do not and there is a lack of programs to teach the parents how to use them.

But I agree with u I am overcomplicating things, was just letting my mind wander and now I am realising that a simple gov generated token or a key with which we could generate such token and pass it to website would be the easier and most logical way like a user pointed out.

This whole ID and face recon honestly could be replaced such system and I would be OK with it.

What I was implying was something local that somehow determined the age of someone, of course such device would have to sign that info with a gov key to limit explotation.

But still everything local, but having to sign the info to make it credible I think like someone suggested a gov issued temp token would be a better solution.

[–] ransomwarelettuce@lemmy.world 1 points 1 week ago* (last edited 1 week ago) (6 children)

Oh that makes sense an age certificate that only gov can generate. No ties to your identity whatsoever, still one could easily borrow someone else's. Maybe it could work like JWT or OTPs, go to gov platform generate it being only valid for a couple mins and paste it in the website.

31
Age verification (lemmy.world)
submitted 1 week ago* (last edited 1 week ago) by ransomwarelettuce@lemmy.world to c/science@lemmy.world
 

Lately there has been a lot of controversy about age verification and it's implementation in places such as UK and US.

The main critic to this mechanism is due being done through facial recognition or a government ID which are privacy invasive.

So here is my question as someone who comes from IT, wouldn't it be possible to create a device which just gives out true or false depending if the person is of age, given some kind of piece of DNA (hair, blood, nails) ?

I known there is carbon dating, but from what I understand is a bit of complicated process. The human body however shows it's age visually and I would be interested to know if genetically there are some signs as well that could be somewhat used in a automatic process.

Again I come from IT, just curious about the implications and your takes on the problem.

7
MBWay (lemmy.world)
submitted 1 week ago* (last edited 1 week ago) by ransomwarelettuce@lemmy.world to c/portugal@lemmy.pt
 

Sei que já foi aqui falado mas alguém arranjou uma nova forma de instar o MBWay sem os google play services.

Já tentei instalar pelo apk fornecido num post antigo pelo !tmpod@lemmy.pt e não dá diz que é uma versão desatualizada e não me deixa entrar.

Eu costumava utilizar uma app chamada shelter para no perfil de trabalho instalar a AppGallery e os HMS core services e depois pela AppGallery o MBWay mas msm isso agora não está a dar entro meto o meu numero e código e a app volta atrás para introduzir novamente o numero sem qualquer notificação de erro.

[–] ransomwarelettuce@lemmy.world 1 points 5 months ago

Not witcher but Neanderthal .

[–] ransomwarelettuce@lemmy.world 8 points 6 months ago

Well recently I was made aware that pantheon season two is only avaible in a few select countries.

[–] ransomwarelettuce@lemmy.world 3 points 7 months ago

Fuck them then, always hated the 15 days. Now by chance even more no way I buying or recommending them again.

[–] ransomwarelettuce@lemmy.world 7 points 7 months ago (2 children)

Motorolas are cool for custom roms and Xiaomi are pretty open for a chinese brand.

However don't go to non snapdragon chips and the latter brand you have to create a Xiaomi account and wait 15 days to unlock the bootloader.

I had to get a new phone recently and since I was on a budget, went with a Motorola.

If got enough money though go for a pixel.

[–] ransomwarelettuce@lemmy.world 2 points 8 months ago (1 children)

I think this is a client side thing at least it makes more sense to me.

And the fact that only some clients have that may prove it right.

36
Seems about right (infosec.pub)
submitted 9 months ago* (last edited 9 months ago) by ransomwarelettuce@lemmy.world to c/softwaregore@lemmy.world
 

Don't talk to me if you do not have 200+ years of experience with containers.

*edit

Just did math in case it was a bit flip ( Was really pumped if this was a show case in the wild ), but it does not make sense the number even without the most valued bit was bonkers ( 87 years ).

So my guess it was indeed a bug or a memory issue.

 

Idk, I found it weird, quirky and kinda cute on it's own way.

After the trial, she even let out a statement, which in my perspective, tells me that was what she was going for, something different, something fun !!!

In the posts I have seem the comments were a bit mean, like :

  • How did she got in the Olympics ?!
  • WTF was that ?
  • Was that a joke . . .

...

I am not even Australian, but I really enjoyed the trow down.

319
TitanFall 2 at 3$ (store.steampowered.com)
 

Heard great things about the game, never played it though.

 

35
submitted 1 year ago* (last edited 1 year ago) by ransomwarelettuce@lemmy.world to c/linux@lemmy.ml
 

Just like the title says I want to turn an old tablet of mine into an ereader.

The tablet in question is samsung galaxy tab 3 in which I installed postMarketOS.

I installed the console version, and once everything was set up I ssd into the machine and installed the following packages :

greetd, greetd-openrc, cage, fuse

Downloaded koreader app image into /bin/

Activated the greetd service

rc-update add greetd default

and configured /etc/greetd/config.toml with the following

[terminal]

vt = 1

[default_session]

command="agreety -c sh"
user="greeter"

[initial_session]

command="cage -s -d -- koreader"
user="me"

and rebooted the tablet, however I am still stuck with the login prompt no matter what I do.

Any tips on how fix this or a other way I could accomplish my goal?

Update

Got autologin working by ditching out greetd and using agetty, and a simple fortune command to run on startup.

After this I went for the kill and tried to install KOreader using flatpak, due to App Images not playing alright with Alpine. However I noticed something there is no arm build of KOreader for linux arm so my plans were cut short.

Will try to compile KOreader to linux arm if not successful will just put a nice UI and use the little guy as a portable hacking machine.

New update

KOreader was mess to compile so I looked for alternatives and found out foliate which fits my criteria (opds, epub and pdf support) and is in the alpine repos.

Played around with cage and got the thing somewhat working, however no virtual keyboard support for now, figuring that out now.

 

Perfect for group projects

 

Not upgrading just taking notes.

I got a rasberry pi 5 running most of my services now, and it's doing fine. Usually for my movies and stuff I go to streaming sites, legal ofc *cough *cough, but down the line I intend to build a media server too.

The stuff I got laying arround wont do much with upgrades. So if I indeed wanted to upgrade my setup and run a media server + some AI stuff, I think I would be better off just buying a nvidia jetson SBC than building a tower from scratch.

What do u guys think?

 

Civ VI is pretty cheap right now, grabbing it at the moment for 3€, but that might change from region to region.

The dlcs packs are pretty cheap too.

 

So I created this blog from scratch, and after posting my first article I noticed something.

I suffer from post-Post clarity

I have noticied before when posting random bullshit online, but holy shit, now having to write longer stuff, it's clear as day.

As soon as I press the publish button even after re-reading the whole thing, everywhere I look is spelling/grammar mistakes and stupid takes.

How in hell does this happen?

Anyways as a proof of concept any edit will be in comment thread.

 

Tried some times to get a home server up and running but never followed it through, last week got some time, grabbed my new rasberry pi 5 8GB (it's a f*cking beast) and came up with this setup.

Nothing unusual besides the podman quadlets/systemd thingies which I did not saw much out there.

Any tips and services recommendations?

view more: next ›