Live data from Hacker News

Viewing profile — RazrFalcon

RazrFalcon

HN member
Joined
Fri, Oct 07, 2016, 10:36 PM UTC
HN karma
86
Public activity
35 items

About RazrFalcon

No profile information was provided.

Recent public activity

  1. comment
    Comment #40918380

    >RustyBuzz is quite limited when compared with HarfBuzz. As the main author of rustybuzz I'm surprised to hear this. If you need a text shaper, rustybuzz is mostly a drop-in replac…

  2. comment
    Comment #35470955

    While I do like Swift and wish Rust would look as nice, it doesn't have references and lifetimes. Those two alone make code way nicer. Anonymous closure arguments, aka $0, are prob…

  3. comment
    Comment #34556833

    At least Swift exists :) But sure, there are a lot of interesting languages out there. I would love to use something other than Rust, but there are simply no choice.

  4. comment
    Comment #34545124

    You're basically describing Swift: public func read(path: URL) throws -> Array { let file = try FileHandle(forReadingFrom: path) let bytes = try file.readToEnd() ?? Data() return A…

  5. comment
    Comment #29636899

    >How much work would it be to port over the C# SVG→TinyVG converter to Rust based on resvg? Probably a day, as long as you know Rust. I can take a look into it if you're interested…

  6. comment
    Comment #29635512

    A small nitpick as the resvg author: the repo located here https://github.com/RazrFalcon/resvg I'm not sure why the author linked some random, outdated fork. If you're trying to be…

  7. comment
    Comment #28509964

    If you're looking for a small, fast CPU-based 2D library, you might be interested in https://github.com/RazrFalcon/tiny-skia Just like Skia, all pixel accesses is SIMD accelerated.…

  8. comment
    Comment #28509939

    I'm sure you will be interested in https://github.com/RazrFalcon/resvg-test-suite From a quick glance, pixie should pass 10-20% of those tests. Yes, SVG is that complex.

  9. comment
    Comment #27413194

    Well, it's based on SVG, which is also RGBA8888 sRGB only (effects can optionally use LinearRGB).

  10. comment
    Comment #24820681

    >because they support binary dependencies Without an ability to tweak build flags. Which makes them useless. And since they are not really crossplatform either, you better stick wi…

  11. comment
    Comment #23193400

    Three chars limit for keywords and some std types, e.g. `Vec`, `len`, `str`.

  12. comment
    Comment #21999244

    I'm using QtC daily too, and it's far from perfect. - It still can't handle most of the CMake projects. - Refactoring/autocompletion/go-to-definition doesn't work on a heavy-templa…

  13. story
    Show HN: resvg – a better SVG rendering library

    resvg [1] is an SVG rendering library that aims to replace librsvg and QtSvg. It supports multiple backends and designed for edge-cases. It doesn't support all SVG features yet, bu…

  14. comment
    Comment #18091704

    I came here to write the same. svgcleaner[1] will reduce it from 8.4KiB to 1.3KiB (compressed with zopfli). Which is 85% smaller. And a manually crafted one is just 477B. And 261B …

  15. comment
    Comment #17013399

    Yes. I have nVidia and it's a total pain. Not only with sublime.

  16. comment
    Comment #17011505

    Glad that they have a lot of HiDPI fixes, but it still unusable on linux... [0] [0]: https://github.com/SublimeTextIssues/Core/issues/2028

  17. comment
    Comment #17005892

    wine notepad.exe

  18. comment
    Comment #16821559

    I'm not saying that you should ditch an existing C++ project. But it doesn't mean that C++ as good as Rust. It's just wrong.

  19. comment
    Comment #16819973

    Yes. C++ has all of this in a crippled form. But it doesn't mean that C++ in on par with Rust.

  20. comment
    Comment #16819672

    So nothing about ADT, pattern matching, modules, better std, explicit unsafe and cargo?

  21. comment
    Comment #16648877

    Except Inkscape which is extremely slow. Especially on 4K.

  22. comment
    Comment #16074157

    If we are talking about C++ then the problem is that there a too many build systems and all of them are incompatible. CMake is quite popular (and maybe most popular) but it's a com…

  23. comment
    Comment #15748682

    SVG is not a colored paths container. There are far more things that it can do and far more ways to optimize it. Instead of SVGO you can use svgcleaner[1] with zopfli, which is a b…

  24. comment
    Comment #15239694

    >I know it will be supported by the community They won't. Projects like Atom and VSCode thrives because they have big companies behind them. Remove them - and the project will die.…

  25. comment
    Comment #14783707

    xi-editor looks like the best solution for me.