Live data from Hacker News

Viewing profile — floppydisc

floppydisc

HN member
Joined
Wed, Sep 15, 2021, 12:02 PM UTC
HN karma
11
Public activity
30 items

About floppydisc

No profile information was provided.

Recent public activity

  1. comment
    Comment #38170837

    To add to this, I've been a happy user of the trash-cli for forever. Can recommend.

  2. story
    Ask HN: Do you use XML with XSD and/or XSLT, if so for what purpose?

    Building a floorplan format which should be convertible to a visual SVG and back. Wondering if defining my own schema to represent the layout of a venue is a good idea or not or if…

  3. comment
    Comment #36833474

    It has, with services such as Apples Air Drop and sharedrop.io which are p2p, the ultimate decentralization.

  4. story
    Ask HN: Branching strategies for monorepos, what is your approach?

    Having stumbled upon Git Flow and the wonders of monorepos, I do wonder how to best implement a Git Flow like branching strategy for the monorepo. Branching fundamentally seems to …

  5. comment
    Comment #36258306

    Why do you prefer Capybara style testing to the Gherkin style testing? Is it primarily the conciseness?

  6. comment
    Comment #36258280

    Interesting, I'll check it out. One of the arguments, as far as I understand for the BDD verbosity is that fact that the requirements are easy to communicate with customers and so …

  7. story
    Ask HN: BDD and Gherkin tests, do they provide value in the real world?

    Recently stumbled upon BDD and the process of describing software from behaviour. I know there are seriously prolific software engineers amongst the Hacker News crowd and I could u…

  8. comment
  9. comment
    Comment #33734178

    Rclone is such an epic tool. Props to the creators. Thank you for making cloud storage easily accessible for linux users

  10. comment
    Comment #33718531

    Even further. Can we ditch the goddamn pdf format. It's such a stupid limit to put on papers. I hope the future of journals and articles will become interactive much like Jupyter N…

  11. comment
    Comment #33482437

    I usually run into issues at the boundaries in the system. Usually moving from primitives into complex types does not account for serialization and deserialization between db and t…

  12. comment
    Comment #33424436

    Sleep truly is a miracle cure for most things. We really, seriously, take it for granted. Which is probably because it's difficult to sell sleep, since it's free of charge to get s…

  13. comment
    Comment #33424369

    Goddamn, what an amazing insight you gained. I was under the illusion, for most of my life, that alcohol helped with sleep, until I did some research and found out it practically d…

  14. comment
    Comment #33418036

    The most disturbing part of drinking to your mental faculties is how it effects your sleep. It leaves you in a haze and that accumulates. Once you stop, sleep will help you get bac…

  15. comment
    Comment #33354340

    Functional programming, the idea of state machines and finally how Rust extends structs with functionality. Also experiencing an overengineered internal system that was microservic…

  16. comment
    Comment #33222551

    What was the cause of the ban?

  17. comment
    Comment #33222546

    Why have you given up? Is there too much spam-bashing?

  18. comment
    Comment #33222175

    It seems that the only way such social media can survive is through ads. Have you put any thought into how to monetize and stay afloat?

  19. comment
    Comment #33207918

    no. 1 feature: goofier branding

  20. story
    Is there a syntax reference for math, like for programming languages?

    I tend to stumble upon math expressions to describe some problem. I find it very frustrating that I have no reference for the strange symbols (to my eyes). Is there a reference for…

  21. comment
    Comment #33125408

    Just out of curiosity; has anyone here contributed to Wikipedia?

  22. story
    Ask HN: How do you run analytics for iOS and Android apps?

    Google Analytics which has recently been made illegal in my country due to the GDPR data export rules, I'm having another look at how I can track usage of different features as wel…

  23. comment
    Comment #32950693

    This is very reasonable

  24. comment
    Comment #32734035

    Yes, but it definitely depends on the model I'm putting into the database. Specifically I hadn't thought through an Order model and the OrderLines ended up being dependent directly…

  25. story
    Ask HN: How do you avoid getting lost in the lessons learned from experiments?

    If you've used validated learning or an experimental approach for your projects. How have you managed them and kept track of the learning learned along the way, without getting los…