Viewing profile — ynezz
ynezz
HN member- Joined
- Thu, Aug 21, 2014, 6:08 AM UTC
- HN karma
- 484
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About ynezz
No profile information was provided.
Recent public activity
-
comment
Comment #43514524
tl;dr RTL8251B does not need a firmware blob https://lists.openwrt.org/pipermail/openwrt-devel/2025-Febru...
-
comment
Comment #30851463
Indeed, running latest OpenWrt release is the fix, yes.
-
comment
Comment #29638400
> Implement additional obfuscation and OS checks in the Android app Hold my beer.
-
comment
Comment #28389325
> Has anyone don this or could anyone point me in the right direction? Policy based routing https://blog.scottlowe.org/2013/05/29/a-quick-introduction-t...
-
comment
Comment #26825098
You can't beat gdb+opencd.
-
comment
Comment #26820795
SoftICE is actually something different, it's like kernel mode debugger, so you could essentially freeze the running kernel at any time and poke into the system internals.
-
comment
Comment #26621558
> Which 2FA would mitigate. Or Rust, right? https://github.com/php/karma/search?q=exec
- story
- story
-
comment
Comment #22996183
Qt itself, like for example https://github.com/qt/qttools ?
-
comment
Comment #22437004
It's almost there : origin git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git rpi https://github.com/raspberrypi/linux.git $ git diff --shortstat origin/linux-4.…
- story
-
comment
Comment #18993885
That's really terrible recommendation. You should add firewall rules and allow SSH access only from trusted hosts, ideally over VPN. It's not about login attempts but about possibl…
- story
-
comment
Comment #18525895
http://www.mini-box.com/site/ComparisonChart-UPS.htm
-
comment
Comment #18174234
Great, thanks!
-
comment
Comment #18173462
> hype that brew, buildkit, linuxkit, etc all seem to get I'm not that much in devops/containers guy, bit I'm not aware about linuxkit alternative in the Linux world, care to elabo…
-
comment
Comment #17530917
And to http://libdill.org as well
-
comment
Comment #16749055
> Gradle features: Great Performance Did I missed the sarcasm tone? I've never experienced slower build systems then those used in Java world, like Gradle for example.
-
comment
Comment #16388750
http://blog.true.cz/2017/02/free-your-router-again/#backgrou...
-
comment
Comment #16152857
Maybe http://www.koruza.net ?
-
comment
Comment #15868724
Source: https://blog.golang.org/toward-go2 > I don't believe Go 2.0 will ever happen. "Once all the backwards-compatible work is done, say in Go 1.20, then we can make the backward…
-
comment
Comment #15868296
I don't agree, but if you think so, you can try making go2 better via https://github.com/golang/go/wiki/ExperienceReports
-
comment
Comment #15730755
> felt like walking on streets naked So browsing on the phone is not evoking similar feeling? :-)
-
comment
Comment #15710710
You mean rewriting unsafe C code to Rust by annotating it with `unsafe` keyword? :-) Try to write in Rust something which would touch bare metal hardware. It would be PITA, it woul…