Live data from Hacker News

Viewing profile — darioush

darioush

HN member
Joined
Mon, Sep 08, 2014, 3:58 PM UTC
HN karma
287
Public activity
156 items

About darioush

@darioush0 on X

Recent public activity

  1. comment
    Comment #48672964

    Meanwhile, government will tell you inflation is some number like ~5%

  2. comment
    Comment #48586227

    With realtors taking a 10% cut on each transaction? Or do you envision a more liquid market with less paperwork? What about escrow, inspections, and handling disputes on large tran…

  3. comment
    Comment #48585363

    I don't understand this school of thought? Without renting everyone would have to buy a house / apartment on each move.

  4. comment
    Comment #46635191

    I find it interesting that this line of adventure quickly lead to locking problems.

  5. comment
    Comment #43744593

    A funny quirk about golang is you cannot have circular dependencies at the package level, but you can have circular dependencies in go.mod The tl;dr is don't do that either.

  6. comment
    Comment #43707929

    It's becoming a bit like iphone 3, 4... 13, 25... Ok they are all phones that run apps and have a camera. I'm not an "AI power user", but I do talk to ChatGPT + Grok for daily task…

  7. comment
    Comment #43685657

    right, freedom of speech is free as long as it agrees with the viewpoint of who's in power. similar to how history is written by victors but this part is conveniently ignored. it's…

  8. comment
    Comment #43601957

    the difference here is if you search or seek something, i.e. explicitly consent to viewing advertisements for guitar in your active browsing session vs them being pushed to you wit…

  9. comment
    Comment #43577148

    don't you think it is empowering and aspiring for artists? they can try several drafts of their work instantaneously, checking out various compositions etc before even starting the…

  10. comment
    Comment #43577117

    oh they hate it so much when this hypocrisy is pointed out. better put the high school kids downloading books on pirate bay in jail but I guess if your name starts with Alt and end…

  11. comment
    Comment #43555867

    just an example of bureaucracy at work. this what happens when you centralize all decision making to people who have no local knowledge of the community they are administrating, an…

  12. comment
    Comment #43515661

    Yes and the open source models + local inference are progressing rapidly. This whole API idea is kind of limited by the fact that you need to RT to a datacenter + trust someone wit…

  13. comment
    Comment #43499124

    deferring to best practice instead of best judgement is a major plague of the software industry these days. best practices usually come from giant companies with tens of thousands …

  14. comment
    Comment #43499110

    this doesn't always work. many things can go wrong in distributed systems and you cannot test for all of them. also you have no control of your dependencies like when AWS networkin…

  15. comment
    Comment #43465394

    yeah this is correct, somehow I jumped to a different conclusion :)

  16. comment
    Comment #43465380

    Sure, in many languages we have the notation of thing.do_thing(arg1, arg2). I suggest this is a good notation for data structures like, stack.push(10) or heap.pop() I'm suggesting …

  17. comment
    Comment #43449400

    this isn't what I would call an abstraction, that's creating a named type. named types are simple because their algebra is also simple and their maintenance cost is low. problem is…

  18. comment
    Comment #43446696

    I'm a big fan of primitive types, in particular byte arrays. It's okay to create a new data structure that combines some primitive data types in a "struct", like an array that trac…

  19. comment
    Comment #43446656

    Kind of disagree with this article, when you add a "noun" (aka type), you're often introducing a new abstraction. Abstractions have a maintenance cost associated with it ie, anothe…

  20. comment
    Comment #43446512

    this is a great video to rewatch whenever interacting with non-technical stakeholders. IMO the "microservices" architecture is kind of a failure from an economic perspective. On to…

  21. comment
    Comment #43405139

    Actually I think we will be writing more of the verification coding and allowing the solution to be re-written as necessary by AI.

  22. comment
    Comment #43367919

    the core idea is to model the state and valid state transitions formally (which may be more directly applicable to the audio driver), so they can be enumerated exhaustively up to a…

  23. comment
    Comment #43358530

    If you specify the operations (API) of your system in a relational algebra, then you can use that algebra to generate valid state transitions. (this essentially can construct the t…

  24. comment
    Comment #43358510

    Copying other people's behavior to influence them to like us more is both so irrationally insane yet so evolutionarily encoded in us.

  25. comment
    Comment #43296254

    And how can you attribute this decline to specific laws? Seems it could be a result of many things such as public education & cancer outcomes becoming obvious.