Live data from Hacker News

Viewing profile — iomcr

iomcr

HN member
Joined
Sun, Mar 29, 2020, 7:16 PM UTC
HN karma
72
Public activity
33 items

About iomcr

No profile information was provided.

Recent public activity

  1. comment
    Comment #31200177

    Since we're on about distribution, I converted a nodejs application to Crystal. The docker containers were 1GB vs 20MB.

  2. comment
    Comment #31196408

    I've never written a line of ruby in my life. For me, Crystal is an easier and asthetically prettier alternative to rust. It's syntax and type system are superior to golang. It doe…

  3. comment
    Comment #29988287

    > And the people who might crow about "security" - my device, my rules. I can block it on the network if I want. We've entered a sad dystopia when the manufacturer is the leading s…

  4. comment
    Comment #29988264

    But they paid for the $4,000 treadmill, not expecting it to magically become the $400 treadmill.

  5. story
    Are there any good Linux CLI tools for generating an ERD?

    I'm attempting to make a ERD and most of what I find on google are just heavily SEO'd SaaS-wares begging me to pay $$ per month for the privilege of manually dragging my mouse arou…

  6. comment
    Comment #28112753

    I typically suggest something like your first 25 domains are exempt, registered businesses also get some reasonable amount. Past that there should be a relatively hefty squatting f…

  7. comment
    Comment #28103926

    My first thought, while I don't know the exact rights of the parties involved, they should have filed a complaint with ICANN regardless.

  8. comment
    Comment #28101462

    While true, a free and open web is generally desirable, and we'd like to keep the barriers of entry for federation to a minimum. If someone was ready to start mycool.forum, but doe…

  9. comment
    Comment #28099035

    Was it {firstname}{lastname}.gtld or only one of those?

  10. comment
    Comment #28099017

    I do have a complaint about relatively new TLDs. Did you know .forum domains are $500 to $2000 per year? We live in a world where everybody is complaining about censorship and nazi…

  11. comment
    Comment #27533927

    This is awesome, I'll probably try it out soon. My primary use case is that I don't want my end user(s) to know the IP address of my core application. But, the option to pay someon…

  12. comment
    Comment #27322237

    This is pretty cool. Is it opensource? What stack is it built with?

  13. comment
    Comment #26555414

    > Ruby 3 does static typing Categorically, what I've seen of this falls closer to "lintable comments" than it does "actual static types". Static types are a foundational aspect of …

  14. comment
    Comment #26554963

    Reality: Kotlin's value proposition is android development.

  15. comment
    Comment #26554933

    Sounds like a fair compromise when the alternatives includes at least one of the following tradeoffs: harder, less safe, and/or slower.

  16. comment
    Comment #26554842

    That doesn't stop 99% of the mind share and language design from being "Java with lipstick".

  17. comment
    Comment #26554820

    > Python is usually fast enough when not using python Agreed.

  18. comment
    Comment #26554802

    Crystal does a better job with making portable binaries. For example I have written an app that's a 20MB alpine docker container. A comparable app written in Elixir used an 800MB a…

  19. comment
    Comment #26267704

    https://stackoverflow.com/questions/28582935/does-http-2-mak...

  20. comment
    Comment #26267667

    I feel like websockets get waaay too much hype and attention compared to SSE, especially for use cases that are barely interactive at all.

  21. story
  22. comment
    Comment #25984860

    A similar list for free to use bootstrap 4/5 themes (like https://bootswatch.com/ but I already know about bootswatch) is in my wishlist.

  23. story
    Show HN: Webapp to Format SQL Queries for Readability

    I wrote https://sql.greatenemy.com/ because I needed a quick way to make app generated SQL statements readable. None of the alternatives I could find quickly via search engine at t…

  24. story
  25. comment
    Comment #24000864

    This was my experience with typescript. Nothing I actually wanted to use had first class support for typescript. Nothing I settled with didn't have endless compiler errors that had…