Live data from Hacker News

Viewing profile — ancieque

ancieque

HN member
Joined
Mon, Feb 28, 2022, 9:20 PM UTC
HN karma
73
Public activity
108 items

About ancieque

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #41937435

    I remember installing a metamod plugin to my cs 1.5 Server that added server side fog of war iirc. But i could be mixing things up.

  3. story
  4. comment
    Comment #39875275

    While the way secrets work in Swarm seems weird when compared to Kubernetes, this is usually pretty easily solved by a quick overriding entrypoint in the docker stack file that doe…

  5. comment
    Comment #39746048

    Speaking as a Co-Founder of NeuroForge here, with some exciting news: we're proud to announce a new alpha release for our project, Swarmgate - version 0.7.0. This tool, which start…

  6. story
  7. comment
    Comment #39738343

    Cool to see this. I love DRF for CRUD apis. It just gets the job done and you can Focus on data modelling. We built our data hub/data Integration solution on top of it. [1] It was …

  8. comment
    Comment #39601621

    If you want to stick on one machine, you can always just use a single node Docker Swarm to get the fully automated zero downtime deploys you want with Docker Compose: https://githu…

  9. comment
    Comment #39289851

    I have implemented this for our tool NF Compose that allows us to build REST APIs without writing a single line of code [0]. I didn't go the route of triggers because we generate d…

  10. story
    Show HN: Pro Feed – One Tool. Multiple MS Teams

    The private beta has ended. We are looking for beta testers :). Also: Works on mobile now as well.

  11. comment
    Comment #38814450

    Ah and a side note: Superset allows to template SQL queries via jinja. Works very well.

  12. comment
    Comment #38814436

    Curious, have you tried speeding things up with e.g. cube.js? We used it in a fully custom project and it was a Performance life saver. It works quite well with Superset actually.

  13. comment
    Comment #38813739

    We have looked into metabase ourselves initially as well but found it lacking compared to Superset. What are your thoughts on that? Note that we build dashboards for customers that…

  14. story
  15. story
    Show HN: Pro Feed – (Multi Tenant) Chat River for MS Teams

    Microsoft Teams is awesome. But it can be a bit hard to not lose track over all relevant information that happens in your Tenant(s). This is why we built Pro Feed - to have one cen…

  16. comment
    Comment #38492369

    Docker Swarm engine is part of docker-ce. It just got New features last year as well as some quality of life improvements. Its not shiny but it works. We use it for most of our sel…

  17. comment
    Comment #38244492

    Because I didn't like the name, I just renamed it to swarmgate.

  18. story
    Show HN: Docker Swarm Multi Tenant Proxy

    You might know this issue with docker swarm setups: Either have many people access the same swarm and possibly step on each others feet or have resources underutilized with separat…

  19. story
    Show HN: TaskThing – Microsoft Planner is great, but can be better

    Microsoft Planner is awesome. This might sound familiar to you, though: - Default priorities on tasks produce lists of shame that never get finished - missing due dates create unce…

  20. comment
    Comment #36727920

    CSI support will hopefully make this easier. But: there are quite some options once you Look deeper. Also the volume plugin spec is so simple that it is possible to maintain your o…

  21. comment
    Comment #36682118

    What do you need from the managed dbs?

  22. comment
    Comment #36552013

    I saw your comment and am wondering what in particular you are struggling with. I recently fixed one of my biggest pet peeves with docker swarm - the inability to directly exec int…

  23. story
    Show HN: Docker CLI Plugin: Docker-swarm-proxy exec into a Docker service

    A problem with Docker Swarm and automation with it has been that you can't directly exec into any service from the command line. There exist some workarounds to achieve this behavi…

  24. comment
    Comment #36112321

    Yeah, had a fun time yesterday when writing a tutorial. Was kinda reliably switching between good and bad every few seconds.

  25. story
    Show HN: NF Compose – define REST APIs in seconds instead of hours

    Hey there. My name is Martin Braun. I am a Co-Founder and CTO of NeuroForge ( https://neuroforge.de/ ) - a Germany based AI & Big Data startup. As part of our services we also prov…