Live data from Hacker News

Viewing profile — marionauta

marionauta

HN member
Joined
Tue, Jan 12, 2021, 8:56 PM UTC
HN karma
209
Public activity
15 items

About marionauta

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #42318354

    Some HTTP certificates do exactly that, and web browsers used to show the company/identity the certificate was issued to in the URL bar. Now you have to go to the certificates deta…

  3. comment
    Comment #42203304

    The current version is 0.0.13 (on the homepage), it's normal that the author is focusing on their platform at the moment. It probably was too son to post it on here.

  4. comment
    Comment #40800527

    Not the OP but I use all the programs full screen / maximized. I change windows with alt+tab or maybe I reach down to the dock to select the app icon quicker. I only see my wallpap…

  5. comment
    Comment #40499021

    Somewhat funny that it has the same name as https://cobalt.tools which lets you download audio and video from many sources including YouTube.

  6. story
  7. comment
    Comment #39429387

    It's corporate talk for "if it breaks, don't complain"

  8. comment
    Comment #38680632

    software development, from the context

  9. comment
    Comment #36478874

    It's possible. I remember one app that opened a webview to their terms of use page, which somewhere had a link to a Google page, which I could use to go to Google search. So, no di…

  10. comment
    Comment #35525160

    Isn't it weird that it is a .svg file rather than an actual screenshot? Maybe it's exported directly from Figma, or some other design software.

  11. comment
    Comment #35244731

    My first though was that it would be doing modulo current year, so `2139 % 2023 = 116`. Not the case.

  12. comment
    Comment #34785684

    > How's the performance vs ffi version? Can't say because I haven't compared them. This is a small personal project that will have less than 10 users, so I'm not that worried.

  13. comment
    Comment #34772548

    I mean, the standard library is inspired in golang's[1], so I would assume that other parts of their design are also inspired by go. [1]: https://deno.land/std@0.177.0#contributing…

  14. comment
    Comment #34771514

    Another pro in my book: it "compiles" to a single binary. I was writing a small side project and when it was time to deploy, it was as easy as to push the binary to my server via `…

  15. comment
    Comment #34722053

    What I do is create a symbolic link to the "Developer" folder called "src". Both folders have the custom icon, and I can `cd src/project`!