HackerTrans
TopNewTrendsCommentsPastAskShowJobs

matan-h

no profile record

Submissions

[untitled]

1 points·by matan-h·4 เดือนที่ผ่านมา·0 comments

RasS (Rounding-as-a-Service)

github.com
4 points·by matan-h·4 เดือนที่ผ่านมา·1 comments

Convert Anything,Locally

p2r3.github.io
2 points·by matan-h·5 เดือนที่ผ่านมา·0 comments

Atime-based unused packages detector for Fedora

codeberg.org
2 points·by matan-h·5 เดือนที่ผ่านมา·0 comments

Awesome: Logical Programming Language

github.com
2 points·by matan-h·6 เดือนที่ผ่านมา·0 comments

Ethereal Loop Animations – FOSS abstract animations

ethereal-loop.github.io
1 points·by matan-h·10 เดือนที่ผ่านมา·0 comments

PhotoSwooper: Dating App for Photos

codeberg.org
1 points·by matan-h·11 เดือนที่ผ่านมา·0 comments

Transfer – A simple local file server app for Android

github.com
1 points·by matan-h·ปีที่แล้ว·1 comments

Gimp 3.12 will respect the system color scheme

gitlab.gnome.org
7 points·by matan-h·ปีที่แล้ว·0 comments

The Ethics of Readme Ads

willmcgugan.github.io
2 points·by matan-h·ปีที่แล้ว·1 comments

[untitled]

1 points·by matan-h·ปีที่แล้ว·0 comments

Rust Lifetime Visualizer

github.com
1 points·by matan-h·ปีที่แล้ว·0 comments

[untitled]

1 points·by matan-h·ปีที่แล้ว·0 comments

[untitled]

1 points·by matan-h·2 ปีที่แล้ว·0 comments

Splash Colour Format

todepond.com
3 points·by matan-h·2 ปีที่แล้ว·0 comments

[untitled]

1 points·by matan-h·2 ปีที่แล้ว·0 comments

[untitled]

1 points·by matan-h·2 ปีที่แล้ว·0 comments

I created a game to detect the browser history

matan-h.com
1 points·by matan-h·2 ปีที่แล้ว·3 comments

[untitled]

1 points·by matan-h·2 ปีที่แล้ว·0 comments

[untitled]

1 points·by matan-h·2 ปีที่แล้ว·0 comments

comments

matan-h
·2 ปีที่แล้ว·discuss
oh I only checked for very popular sites (here is the list: https://github.com/matan-h/falling-history/blob/main/docs/to...). Also news.ycombinator.com is in the list, so I expected at least that to be in the browser history.
matan-h
·2 ปีที่แล้ว·discuss
aka /sdcard on most phones
matan-h
·2 ปีที่แล้ว·discuss
Apart from the length, what advantages does `[-z $VAR ] && VAR=x` over `if [ ! $VAR ]; then VAR=x fi` ?

Btw, The color script is cool. This makes ANSI sensible.
matan-h
·2 ปีที่แล้ว·discuss
I use this to copy programs from termux.

in termux (you need lld [pkg i lld]):

   mkdir /sdcard/.adb
   cp `which bash` /sdcard/.adb
   cp $(ldd `which bash`|cut -d ">" -f2) /sdcard/.adb
in adb shell:

   cd /data/local/tmp
   cp /sdcard/.adb/bash
   cp /sdcard/.adb/*.so
   LD_LIBRARY_PATH=.
   ./bash
matan-h
·2 ปีที่แล้ว·discuss
I've tried it. nushell works for me only with the "-c" option, otherwise I get "Error: I/O error: Function not implemented (os error 38)". Probably the prompt function
matan-h
·2 ปีที่แล้ว·discuss
yes. (It's not really the 'root' user, but it trusts blindly and can do things such as installing apps without user confirmation.). In my other blog post about gms, the JS bridges would be running in the privileged scope.

You agreed to this in Google's privacy policy when installing Android.
matan-h
·3 ปีที่แล้ว·discuss
Thanks you for fixing it I`ve updated the blog. now my simple rust script is not that helpful :)
matan-h
·3 ปีที่แล้ว·discuss
Gitleaks regexes are fairly accurate. For example, the regex to find a GitHub PAT is "ghp_[0-9a-zA-Z]{36}" which mean it has a specific number (36+4) of characters from specific group (alphabet+number). And I try to filter out the obvious non-secrets (like 'abcd','xxxx' and '1234'). However, as I stated in the article, most of the data is not actionable: most people just revoke the token, use an old one, change some random letters, etc.
matan-h
·3 ปีที่แล้ว·discuss
I agree. I asked for a feature that warn users before they post secrets: https://meta.stackexchange.com/questions/394710/feature-requ...
matan-h
·3 ปีที่แล้ว·discuss
I have an addition to this story:

Me: here's a bug in Google Play Services.

Google: Not a bug, working as expected, closing issue.

Me: posted the bug on my blog, and it's get extensive media coverage.

Google: It seems we were wrong! It is indeed a bug. We will return to you in a few weeks.
matan-h
·3 ปีที่แล้ว·discuss
Very cool ! To ensure there is only one JavaScript interface, I edit hackability to be without popups and print, then host it. Your tool sound easier. https://portswigger-labs.net/hackability
matan-h
·3 ปีที่แล้ว·discuss
correct
matan-h
·3 ปีที่แล้ว·discuss
Me too, I have a folder in my android called "breakthrough" and it has 20 applications, including Zoom, waze, Spotify, and so on... apparently, now, it should also include Google and maybe even the Settings :)
matan-h
·3 ปีที่แล้ว·discuss
I checked that, and it's actually possible : Spotify → your plan → see available plans →click on some plan → click "advertising" → find "reCAPTCHA" and click on "Google Privacy Policy"→scroll down until "google" → you get it :)
matan-h
·3 ปีที่แล้ว·discuss
[flagged]