Live data from Hacker News

Viewing profile — ikskuh

ikskuh

HN member
Joined
Thu, Aug 27, 2020, 2:21 PM UTC
HN karma
305
Public activity
51 items

About ikskuh

No profile information was provided.

Recent public activity

  1. comment
    Comment #44892119

    Creator here! Yes, the OS is highly opinionated, as just making another linux is incredibly boring for me! The 32-bit only constraint is mainly due to my focus on smaller architect…

  2. comment
    Comment #44890386

    Module spec should be around 85x28x100 mm size, so we'd have a deep module with around 15mm of "front extrusion" to fit the modules. It's definitly possible to re-layout the backpl…

  3. comment
    Comment #44890312

    Creator here! You're absolutely right! I wasn't there either, and i wouldnt want a terminal-only machine. My goal is providing means and knowledge to those that want it. The Ashet …

  4. comment
    Comment #44889009

    Lua is planned! It's an interpreted language with a lightweight compiler which is one of the next things on the "large scale" todo list!

  5. comment
    Comment #44888885

    Creator here! Wanna hop onto my crazy train and make a second main board? I wanna make the Ashet Home Computer an open and free platform, so if you implement the backend control in…

  6. comment
    Comment #44888813

    Creator here! I did consider Euro Rack, 19" racks, MiniATX and other case standards. But with any of these options, i wouldnt be able to keep the price low. The case including all …

  7. comment
    Comment #44885924

    Creator here! I'm also having ADHD but you can get help with the focus problem ;) It's incredible to work for many years on the same thing and it's so pleasing to have steady progr…

  8. comment
    Comment #44884884

    Creator here! You can subscribe to the E-Mail newsletter linked on the front page (or on Community)

  9. comment
    Comment #44884875

    Creator here! I know, i know! This is what makes me a bit sad. I dont know of any modern compiler i can use on the platform, as most hobby compilers target aarch64 or 32/64 bit x86…

  10. comment
    Comment #44881439

    Note taken! Will add a new "cleaned up" photo that isn't also entangled with kids stuff, and other desk content :D Sadly, it really looks atrocious and it's currently a 3D build wh…

  11. comment
    Comment #44881174

    Creator here. Please take a look at the gallery, where there are photos of the actual electronics setups! Also don't the mechanical mockups count as hardware? A pile of jumperwires…

  12. comment
    Comment #44880976

    Creator here! That sounds exactly what i had in mind, and i really wanna do the same when my boy is old enough for computers. It's a teaching tool and a fun toy to tinker with

  13. comment
    Comment #34344394

    If everything goes according to plan, Zig will be the only language that is capable of actually utilizing the AVR 24 bit address space properly, while also allowing you to make nic…

  14. comment
    Comment #34344162

    Then you definitly should check out MicroZig! I will push my bugfixes for current master branch tomorrow or later, so you can directly play around!

  15. comment
    Comment #34338423

    Zig is not perfect on targeting AVR, but it's capable enough to not be a PITA. Since we've made microzig supporting AVR targets (currently atmega328p only, feel free to add more), …

  16. comment
    Comment #32738185

    This is sadly very badly worded. Zig provides a global allocator when running tests that will check for memory leaks and double frees. This allocator is only available in the test …

  17. comment
    Comment #32738087

    > Zig is harder to learn than C with more difficult concepts. I'm using Zig and C for a good amount of time now and i disagree. Zig has simpler concepts as C, but in C you can just…

  18. comment
    Comment #29637778

    > One thing to note is that usvg doesn't preserve text at the moment (will be converted into paths automatically) and Quadratic curves. I mean, that sounds perfect in my ears as Ti…

  19. comment
    Comment #29636707

    I wasn't talking about text in that case. Here's a screenshot of that image: https://mq32.de/public/9f3cd5eb7f310139cf8acdd61edb73080d26a...

  20. comment
    Comment #29636668

    Oh, hi! > A small nitpick as the resvg author: the repo located here https://github.com/RazrFalcon/resvg Oh, i didn't see this. Thanks for some more correct and real numbers, i wil…

  21. comment
    Comment #29635205

    Yes, but SVG can and will do forward references. Ergo, we have to store some kind of DOM in order to resolve them. Even if it's not in the form of the XML doc

  22. comment
    Comment #29635189

    If excalidraw supports conversion of text to paths, you can do it!

  23. comment
    Comment #29635175

    I think you got me wrong then. I WANT authoring files and redistributables to differ. Nobody should send SVG, xcf, psd files to the consumers. We use PNG or JPEG for pixel graphics…

  24. comment
    Comment #29635135

    Oh, good catch. But this is actually not a problem in the rendering, but a conversion problem from SVG to TinyVG. The converter doesn't do hierarchical attributes yet, so if someth…

  25. comment
    Comment #29631745

    So i did the dance with a single file (my starter file): It's the "shield-account" from material design. 353 shield.svg 246 shield.svg.gz 119 shield.tvg 139 shield.tvg.gz Looks lik…