Daniel Lombraña  pfp

Daniel Lombraña

@teleyinex.eth

304 Following
2386 Followers


Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
When privacy is key.
0 reply
0 recast
0 reaction

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
I don't know why I have stopped seeing casts from @trish so I have turned on notifications on her profile. I miss you.
1 reply
0 recast
2 reactions

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
You learn Small things along the way. Encrypting with AES256 is "simple" once you know how to do it properly because it has many parameters. Basically, it is important to remember that you have to pass -A for the base64 encoding so you can URL encode it later on and decrypt it in any server. Why? Because by default, OpenSSL adds break lines to support old systems. Example with OpenSSL: printf "this is something that you want to keep secret" | /usr/bin/openssl enc -aes-256-cbc -pass pass:"the strongest password of the world" -a -salt -md md5 -e -base64 -A Then, you can URL encode the output and decrypt it directly (after decoding the URL encode) with this JS code: const CryptoJS = require("crypto-js"); var encrypted = "encrypted output from previous command" var bytes = CryptoJS.AES.decrypt(encrypted, "the strongest password of the world"); var originalText = bytes.toString(CryptoJS.enc.Utf8); console.log(originalText); Done!
0 reply
0 recast
4 reactions

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
Madrid
2 replies
0 recast
8 reactions

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
I think I have already shared this one, but today we didn't have in front of it the terrace of the bar.
2 replies
0 recast
7 reactions

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
Make graffiti great again
1 reply
0 recast
5 reactions

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
Today I'm configuring the first tablet for my son because the school requires them to use one. Let's begin the Internet problems :D
1 reply
0 recast
3 reactions

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
Software has evolved a lot, but we have not figured out yet how to open an app via a link in a desktop without going: 1.- Open your Firefox/Chrome/Safari tab 2.- Ask you with a pop-up if you want to continue to your app 3.- Open the app. The most ironic part? Nowadays most desktop apps are webapps within a web view component. WTF!!!
0 reply
0 recast
1 reaction

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
gm
0 reply
0 recast
2 reactions

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
Sometimes the rabbit hole goes deep and you don't know it. Within Warpcast there has been always an argument about what users want vs what they actually do. If you have been here long enough, I'm sure you have read somewhere the "revealed vs stated preferences" discussion about our Warpcast feeds. While this concept has been in the back of my mind, today at work, within a team meeting I remembered it as it fitted quite well within what we were discussing. I had a vague idea about this concept, I searched in Google to see if I could find something related to it so I could learn more. Interestingly there were tons of pages, but I was lucky and found a paper about it https://onlinelibrary.wiley.com/doi/full/10.1002/hec.4246 To my surprise, Wiley has an open access to it and I could send it to my kindle. I didn't check too much as I was planning to read it later today or tomorrow. Well I've finished it & the paper is about how you can use revealed preferences to create better stated preferences surveys
1 reply
0 recast
4 reactions

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
0 reply
0 recast
3 reactions

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
gm Good luck to all the parents getting ready to start the school, handling their schedules, and not dying in the proccess. I see you! Big hug!
0 reply
0 recast
0 reaction

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
My Top 9 on @rodeodotclub featuring @omarzrobles, @seanbonner.eth, @camilleroux, @luigistranieri, @aotearoan, @dominikus, @maxcapacity.eth, @stc, and others
1 reply
0 recast
5 reactions

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
gm
0 reply
0 recast
1 reaction

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
The Pentium as a Navajo weaving https://www.righto.com/2024/08/pentium-navajo-fairchild-shiprock.html
1 reply
0 recast
5 reactions

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
Afternoon battle against my son's army of Piratix
0 reply
0 recast
1 reaction

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
"Then something Tookish woke up inside him, and he wished to go and see the great mountains, and hear the pine-trees and the waterfalls, and explore the caves, and wear a sword instead of a walking-stick." J. R. R. Tolkien
2 replies
0 recast
7 reactions

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
Do you like it or hate it? The juniper Crocs are special to say the least. https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/b6115757-5d88-4689-6dc2-60fd6822c700/original https://frame.weponder.io/api/polls/11349
3 replies
0 recast
3 reactions

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
Linux chain
0 reply
0 recast
3 reactions

Daniel Lombraña  pfp
Daniel Lombraña
@teleyinex.eth
Not peer reviewed yet, but we have, apparently, more micro plastics in our brains than before. Which is frighting. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11100893/
0 reply
0 recast
1 reaction