Live data from Hacker News

Viewing profile — boronine

boronine

HN member
Joined
Mon, Mar 26, 2012, 8:34 AM UTC
HN karma
209
Public activity
99 items

About boronine

https://www.boronine.com

Recent public activity

  1. comment
    Comment #48760173

    For any small team wanting to try Copilot, heed my warning that you will waste hours navigating their billing settings using various out-of-date documentation. Long story short, I …

  2. comment
    Comment #48371560

    For anyone wondering, you can use Aerospace purely as a workspace switching solution without the tiling: https://www.boronine.com/2025/02/09/Instant-Workspace-Switch...

  3. comment
    Comment #46417076

    You can literally download a file called LineageOS_on_arm64.utm from the Releases page, drag and drop it into UTM and it Just Works. I've been looking for this holy grail for years…

  4. story
  5. comment
    Comment #46381249

    I went down this rabbit hole before, you have to ignore all the recommended approaches. The real solution is to have a build server with a global Docker install and a script to pru…

  6. comment
    Comment #45011336

    Wow, this might be the best use of HSLuv so far, I'm going to add it to the examples page https://www.hsluv.org/examples/

  7. comment
    Comment #45001502

    I also used yabai for this purpose but found a solution that doesn’t require messing with security: https://www.boronine.com/2025/02/09/Instant-Workspace-Switch...

  8. comment
    Comment #44600185

    I had some success experimenting with this: https://github.com/boronine/the-landing-pad#modeling-a-secti...

  9. story
  10. comment
    Comment #43489012

    This is the correct answer. Pro-tip: use Django admin as a user facing interface in your prototype, then you won’t even need to write HTML templates, let alone client-side JS.

  11. comment
    Comment #42989337

    Here you go: https://www.boronine.com/2025/02/09/Instant-Workspace-Switch...

  12. comment
    Comment #42988667

    I have been using AeroSpace for this purpose for over a year. I simply disable all the tiling features in the config and only use two shortcuts: switch to workspace and move curren…

  13. comment
    Comment #41881697

    Oh looks like we misunderstood each other. The fact is that h2tunnel is not using SSH, because my goal was a minimal Node.js native solution. So I had to look for a built-in altern…

  14. comment
    Comment #41874415

    SSH does some kind of lower-level multiplexing. Multiplexing is unavoidable here because the local server must maintain simultaneous TCP connections that must be somehow distinguis…

  15. comment
    Comment #41867663

    Let me know how to goes! And watch for an update this week. I'm writing thousands of lines of tests to iron out all the event handling quirks in case of bad network conditions etc.…

  16. comment
    Comment #41845935

    I was able to keep my code small by leveraging existing protocols: TLS for authentication and HTTP2 for multiplexing, stuffing simultaneous HTTP1 requests onto a single TLS-encrypt…

  17. story
  18. comment
    Comment #41777450

    I think most of this is covered by a good Decimal API, currency stuff probably shouldn't be embedded into a language because it changes: currencies come and go, get redenominated e…

  19. comment
    Comment #41477363

    I am happily using a few other AWS services for this project, provisioned by CDK. I thought I could simplify things my getting rid of Heroku altogether but this turned out to be an…

  20. comment
    Comment #41477256

    I should have mentioned in my original post that my web server also has a background process which needs to be a singleton. I could split it off into a separate container, but this…

  21. story
    Ask HN: Is there any service on AWS that enables *INSTANT* deployment?

    My use case is a singleton HTTP server (no horizontal scaling). I already tried ECS, App Runner, Elastic Beanstalk among other tools. Every deployment option has minute+ downtime o…

  22. comment
    Comment #39958082

    What kind of isolation do you need? We are building our own code so I don't see the need for isolation beyond a clear directory.

  23. comment
    Comment #39958042

    I've spent days trying all of these solution at my company. All of these solutions suck, they are slow and only successful builds get their layers cached. This is a dead end. The o…

  24. comment
    Comment #39181012

    That DMARC link talks about "From: rewriting" with a similar example using "via". I suppose this addresses the "spoofing" part of my question, thanks! I would still like to know mo…

  25. story
    Ask HN: Why are most web services "spoofing" the From email header?

    All examples below are "From" headers in emails sent from various web services to our corporate email. This makes it look like we are sending emails to ourselves. Some examples: "'…