HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chakerb

no profile record

Submissions

Reverse engineering an illegal IPTV application on the Google Play Store

github.com
4 points·by chakerb·2 lata temu·0 comments

Operation Wooden Leg

en.wikipedia.org
2 points·by chakerb·5 lat temu·0 comments

YouTube app doesn't force screen timeout (Android)

support.google.com
2 points·by chakerb·5 lat temu·0 comments

comments

chakerb
·2 lata temu·discuss
Reverse engineering android apps. I wrote a bit about it in [0]. In the weekend I also started doing another one. It's interesting to see how these apps behave.

[0] https://github.com/benhamad/blog/blob/main/2024-04-12-dramal...
chakerb
·4 lata temu·discuss
It worth also looking to Matmata's underground houses. They will definitely be familiar if you watched Star Wars.

https://www.atlasobscura.com/places/matmata-underground-hous...
chakerb
·4 lata temu·discuss
Indeed, a 4K video can hardly saturate 100Mbps link https://www.reddit.com/r/PleX/comments/eoa03e/psa_100_mbps_i...
chakerb
·5 lat temu·discuss
Cloudstore[1] can do something similar automatically.

[1] https://github.com/infor-cloud/cloud-store
chakerb
·5 lat temu·discuss
I see what you did there! Aside, I had QC-35 v1 for more than two years now and I use it daily for work. I only needed to change the cushions once.
chakerb
·5 lat temu·discuss
Don't put the idea into their heads!!!

Kidding aside, I think customers can argue that such ads can be distracting to the driver.
chakerb
·5 lat temu·discuss
To a recent years, lot of films where banned where I live and watching any of them is a felony! So location indeed affect what you're allowed to watch regardless of whether it's under geofencing intellectual property or another thing.

To be clear I wish I lived in a world where I can legally watch everything without a hassle. But there's no such world like that regardless of how much we want to exist. The same way there's no such world where we get paid equally ( doing the same work obviously) because we're living in different locations/countries!
chakerb
·5 lat temu·discuss
It affects how much salary we get paid, what language we speak, what we eat ...etc. Why is that any different?
chakerb
·5 lat temu·discuss
That assumption is definitely wrong! Not everyone in HN is making around $200k per year. The average in the US is about $110k. And still not everyone in HN is in the US or being payed US rates.

Of course if you value your time more than what your employer is paying you then you either need to leave your current job or rethink what's the value of your time.
chakerb
·5 lat temu·discuss
I can relate to each one of those points. It's awful to feel treated unequally even though you're doing the same work. Before this trend of remote work, usually the solution was to just migrate to a developed country.
chakerb
·5 lat temu·discuss
I genuinely dont understand the reason behind hijacking right-click (long press on phone). I'm using a slow internet, and I'm used to open multiple tabs so I can only wait for one and then go through all of them. So I'm eager to understand if this is done to stop people from copying from the site or there's another reason behind it.
chakerb
·5 lat temu·discuss
I went through program like this (french-speaking country). My concern after doing those two years are:

1- You learn a lot of useless subjects!! I'm a software engineer now but I studied organic chemistry for two freaking years!! And I don't plan to use that knowledge (most of which I totally forgot) anywhere in the future. Something that I wouldn't have picked if I was studying CS in the US.

2- You're using the same filter for everyone, and people can have different type of intelligence which can go unnoticed via such program.

3- You don't get to chose the thing you love if you don't rank well! Actually you may end up with something that you hate, because that's what's left! And you only know this after you spent two years of your life!

4- It's mostly about hard work and luck!!

5- You get out with almost only theoretical skills in the first two years. A good thing if you're looking to continue in the research track afterword but a bit of disadvantage (compared to people who used those two years to master the required skill for the job market).
chakerb
·5 lat temu·discuss
Money? Doesn't hiding videos leads to less views which leads to less revenue for Youtube?
chakerb
·5 lat temu·discuss
In my case as well this is true. ISPs ( especially when they have monopolies) don't care about this. I live in a town with 8K people and the whole town is sharing an uplink of 300Mbit/s. And we complained a lot but due to how only one single ( governmental) provider have the rights to install cable internet, we're stuck with what we have.
chakerb
·5 lat temu·discuss
I gets very confused by marketing terms. But doesn't giving you only 1MBit/s during the whole day counts in "up to 100Mbit/s"? I'm trying to understand the legal merits in a case like this.
chakerb
·6 lat temu·discuss
The reminds me of how powerful the expressiveness of Datalog is. You can even syntactically check whether the program can run in p-time or not. Once you introduce negation in the recursion it starts to be a little bit complicated, though.

Also the fact that the language it self is declarative it's inherently more parallelizable than imperative languages.