Live data from Hacker News

Viewing profile — rudasn

rudasn

HN member
Joined
Tue, Jul 20, 2010, 7:37 AM UTC
HN karma
909
Public activity
590 items

About rudasn

Side project: https://www.wirehub.org - easily generate and share WireGuard network configs

rudasn+hn@gmail.com; twitter.com/rudasn; github.com/rudasn

Recent public activity

  1. comment
    Comment #48925757

    I have a hub and spoke wireguard nerwork that has been working somewhat perfectly for years, but there always are a couple of servers that just dont want to play nice. They connect…

  2. comment
    Comment #47006871

    Someone quoted Idiocracy here the other day. "But it's hot electrolytes!"

  3. comment
  4. comment
    Comment #46964657

    Hi Philip! We develop one or more apps that we deploy on-prem. An app for us is a git repo with a docker compose file. On-prem is either a Linux server or a Linux vm that we have s…

  5. comment
    Comment #46951066

    Why not have two blog posts, one technical and one informative/tl;dr style that links back to the technical one (or includes specific excerpts)?

  6. comment
    Comment #46924700

    More like giving formula for free to new mothers to begin with, and when they wouldn't produce their own (as there was no "demand") they would later need to buy more formula.

  7. comment
    Comment #46570627

    (250 miles is about 400km and 3350 ft is about 1km)

  8. comment
    Comment #46263222

    There was a stackoverflow question (IIRC) long ago on how to disable a mobile phone's camera shutter sound, and the answer was to record the sound, inverse it and play it when the …

  9. comment
    Comment #46171537

    https://alphieui.com/docs responds with a 404

  10. story
    Is GitHub currently leaking private issues and pull requests?

    Anyone else experiencing this? In a Pull Request's description, I typed `# ` (eg. `#1234`) and the suggestions (coming from https://github.com/suggestions/issue/...) popping up are…

  11. comment
    Comment #44977649

    "Who is hiring" threads might be helpful, as others have said. I'm also available for contract work, check my profile for relevant links and contact info :)

  12. comment
    Comment #44965779

    Off topic, but it's threads like these that keep me on HN. Gold :)

  13. comment
    Comment #44805650

    Ok so this looks like something I would use for an app we're deploying on-prem. I'm thinking it would make new deployments/releases a bit easier if we could "advertise" upcoming fe…

  14. comment
    Comment #44792374

    Super cool and congrats for getting it done. You should be proud, even just for persisting all these years. Also, I'm surprised "All your base are belong to us!" hasn't been submit…

  15. comment
    Comment #44705914

    Cool, I've been working on similar my self. Not released yet, haven't had the time recently. Curious as to why you store the data in the database in b64 as opposed to files on disk…

  16. comment
    Comment #44697456

    Chrome with JS disabled works good enough for me on mobile. It's also easy to whitelist specific sites. But mostly, if I get a blank page I just go back.

  17. comment
    Comment #44653053

    https://youtu.be/IB6jbWoGtlA?si=kPUYfTnwoY4_qJUU

  18. comment
    Comment #44531100

    I have two! One is a webapp I wrote almost 20 years ago for my dad and it's still being used today. It runs on IIS and built with asp classic and vanilla html/css/js (no frameworks…

  19. comment
    Comment #44422236

    Great feedback thanks! Will definitely consider this.

  20. comment
    Comment #44417059

    Ephemeral, client-side encrypted sharing of files, text, html, and forms. Just prototyping at the moment, but the goal is to allow users to not only share files (even big ones) but…

  21. comment
    Comment #44314483

    Build the image on the deployment server? Why not build somewhere else once and save time during deployments? I'm most familiar with on-prem deployments and quickly realised that i…

  22. comment
    Comment #44262385

    Yeah. I'm curious what George Carlin and Gil Scott Heron would have to say about all these.

  23. comment
    Comment #44254246

    Yeah, not a big deal but completely useless nonetheless as you would never really query your table for just the one decimal column (eg the price) but a couple more (eg the category…

  24. comment
    Comment #44252796

    I bet you haven't seen indeces on decimals though! Fun times :)

  25. comment
    Comment #44162394

    Have you looked into browser-side gzip stream, file system api, and service workers? Maybe your "edge" could be end-users.