Live data from Hacker News

Viewing profile — cassiogo

cassiogo

HN member
Joined
Wed, Feb 03, 2016, 1:05 PM UTC
HN karma
45
Public activity
26 items

About cassiogo

No profile information was provided.

Recent public activity

  1. comment
    Comment #48529560

    What? Never heard of this

  2. comment
  3. comment
    Comment #46326573

    I think the htmx counterpart from Rails folks would be Turbo not Stimulus

  4. comment
    Comment #46172800

    Such a weird take. Of course "self hosting" means "self hosting". Sure it could be easier/safer to manage, everything can be better. Over the last couple of years hosting it I had …

  5. comment
    Comment #45537480

    I like Hotwire but I admit its a bit confusing to get started with and the docs dont help. Form submits + redirects are a bit weird, you cant really make the server "break out" of …

  6. comment
    Comment #45129441

    Felt a similar way when playing Expedition 33 earlier this year. Such a great game.

  7. comment
    Comment #44645833

    Maybe worth mentioning that ruby has a very similar feature https://bundler.io/guides/bundler_in_a_single_file_ruby_scri...

  8. comment
    Comment #44115321

    So... train tracks?

  9. comment
    Comment #40800189

    Not sure debian has (a modern) ruby installed by default, but I think you only need to have a working ruby installation and running the script. On a sidenote, this came out recentl…

  10. comment
    Comment #40791307

    Not mandatory, you could remove that

  11. comment
    Comment #40791011

    Not that I think this is pratical or even looks good, but its also doable with rails require 'bundler/inline' gemfile(true) do source 'https://rubygems.org' gem 'rails', '~> 7.1' g…

  12. comment
    Comment #39540748

    He seems a bit biased maybe? Its fair that a rails controller does not exactly screams what its doing (implicit view rendering, routing etc). But then, for someone not deep into re…

  13. comment
    Comment #39058218

    I belive you are thinking about Niobium and not Graphene

  14. comment
    Comment #38004102

    > Could be, but TFA doesn't specify it If I understood correctly it does. They are handling promo codes outside of stripe. I feel like you are missing the point of the article > Th…

  15. comment
    Comment #36762803

    https://nim-lang.org/ for #3 probably

  16. comment
    Comment #36345435

    Stimulus would probably also fit the list

  17. comment
    Comment #34338217

    > My preliminary speed tests were fairly slow on my Macbook. However, once I deployed the app to an actual iPhone the speed of OCR was extremely promising (possibly due to the Visi…

  18. comment
    Comment #33107405

    I _think_ you can get a binary from typescript code via Deno

  19. comment
    Comment #32689343

    This is a better link https://liveviewnative.github.io/liveview-client-swiftui/tut...

  20. comment
    Comment #31263590

    The lack of a WebOS app for Jellyfin is sad, until we get one I have to stick to plex.

  21. comment
    Comment #30752592

    > replacing the PostgresProjectionsRepository with an MemoryProjectionsRepository Not as simple if you are using any "advanced" PG feature. If you testing simple select statements …

  22. comment
    Comment #30372072

    Do you have any audible alternatives to suggest?

  23. comment
    Comment #30071319

    Im also not in love with the shorthand hash syntax, but besides `_1` I cant remember at the moment what new syntax 3.1 have that 2.0 dont. Pattern matching maybe? But now that I th…

  24. comment
    Comment #29959991

    He has some nice content, but I cant deal with the click bait thumbs

  25. comment
    Comment #29834147

    Even if I dont have signatures in my code, can I use it to get stdlib/gems signatures?