Live data from Hacker News

Viewing profile — ynezz

ynezz

HN member
Joined
Thu, Aug 21, 2014, 6:08 AM UTC
HN karma
484
Public activity
50 items

About ynezz

No profile information was provided.

Recent public activity

  1. comment
    Comment #43514524

    tl;dr RTL8251B does not need a firmware blob https://lists.openwrt.org/pipermail/openwrt-devel/2025-Febru...

  2. comment
    Comment #30851463

    Indeed, running latest OpenWrt release is the fix, yes.

  3. comment
    Comment #29638400

    > Implement additional obfuscation and OS checks in the Android app Hold my beer.

  4. 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...

  5. comment
    Comment #26825098

    You can't beat gdb+opencd.

  6. 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.

  7. comment
    Comment #26621558

    > Which 2FA would mitigate. Or Rust, right? https://github.com/php/karma/search?q=exec

  8. story
  9. story
  10. comment
    Comment #22996183

    Qt itself, like for example https://github.com/qt/qttools ?

  11. 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.…

  12. story
  13. 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…

  14. story
  15. comment
    Comment #18525895

    http://www.mini-box.com/site/ComparisonChart-UPS.htm

  16. comment
    Comment #18174234

    Great, thanks!

  17. 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…

  18. comment
    Comment #17530917

    And to http://libdill.org as well

  19. 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.

  20. comment
    Comment #16388750

    http://blog.true.cz/2017/02/free-your-router-again/#backgrou...

  21. comment
    Comment #16152857

    Maybe http://www.koruza.net ?

  22. 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…

  23. 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

  24. comment
    Comment #15730755

    > felt like walking on streets naked So browsing on the phone is not evoking similar feeling? :-)

  25. 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…