Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "thrift"
-
My 80 year old very absent minded dad made a website, all by himself, using a two decades old book he got from the thrift store.
He's even hosting it himself on an old laptop running Debian, including a redirect to a beautiful nostalgic /~username/index.htm url (not gonna share the link, because his personal details are on there).
The whole site is incredibly carefully crafted, and I'm super proud of him.
Who cares if it's not a React app? The 14 kilobytes of HTML 4.0 markup load in 20-30ms, and it renders pretty much perfectly in every browser including Internet Explorer 4 and Edge.
🤷♂❤️36 -
I scored a GBA sp (with Super Mario Bros 3) at my local Goodwill today for $20. I always wanted one as a kid, but I almost didn't get it cause some asshole found it first. I saw him fumble with it for a solid 3 minutes before he could get it to turn on. Finally he put the cartridge in the right way and flicked the power switch. I thought it was all over. At that point the dumbass realized it worth something but instead of buying it HE HID THE GAMEBOY AND LEFT. I wasn't going to wait for him so I bought it myself 😂.6
-
Went to a thrift store last week near work and they often have old dev or technology books (I picked up a first edition K&R C book, once) and I found:
1) A book on the history of codes and ciphers throughout history.
2) Beyond good and evil by Nietzsche.
3) A modern publication of a 1673 Spanish demon summoning book (to go into a local town archive).
4) The technical information and construction manual for telegram systems from 1938.
I swear I was driving home thinking:
"Please don't crash, if CSI teams have to piece my identity together from these four personal items I dread to think what conclusions they're going to come to..." -
I am feeling so powerful right now I can not describe it.
I found out how I can get the methods and params outta LINE.
Now that I finally understand Apache Thrift and how it works with the LINE servers, I can make a thrift file, generate communication files for the LINE servers and use them for any programming language I want. Means that I can switch to a faster language than Python. Finally :)3 -
That shitty moment when you are reverse engineering an app (LINE), but can't find any useful hints.
Web analysis didn't help. Decompiling the windows executable also didn't help. Testing the app on different behaviour with python scripts didn't help. Analysing the android app on windows with the jadx decompiler and other decompiler didn't help that much.
BUT today it worked. I did use a paid "Dex dump" android application. I found some methods that the app receives from the servers with a thrift protocol.
Now I just need to find the right parameters to be finally able to make a bot. Hehehe.
That was a hard way, but it paid out. I did learn so many things. It took me like a whole year.5 -
A 20-Something: “Hey, why aren’t you dressing up on spirit week decades dress theme days in the office this week?”
“Because I lived in all those decades and my childhood is not a costume.”
“Okaaaay…”
“Because when we dressed up for spirit week in high school we nerdy kids would always get made fun of by the jocks and cheerleaders because we didn’t get the memo that spirit week was only for the cool kids. I have trauma I’m still working through because of that.”
“Geez, I…”
“Look, I got rid of all that shit years ago. Now I’m supposed to go to a thrift store and spend money I earned here for real world needs on 4 new sets of clothes I will wear one time each? That’s literally my gas money to get to this office in an inflated economy. No.”
Me. In my head. Coming up with things to explain myself when I show up at the office dressed like it’s a regular day.2 -
Apache Thrift!
Content-Type: application/x-thrift
I need to decode a message, but I'm stuck af. Thrift-tools, burp extensions, ThriftDecoder and several other libraries were not helpful.
Anyone who knows that type of stuff?8