Live data from Hacker News

Viewing profile — solidninja

solidninja

HN member
Joined
Thu, Jan 07, 2016, 6:11 PM UTC
HN karma
99
Public activity
48 items

About solidninja

No profile information was provided.

Recent public activity

  1. comment
    Comment #42399041

    Dioxus is the only web-platform technology toolkit that I see having the ability to be cross-platform and use Javascript as little as possible - glad to see their native WGPU rende…

  2. comment
    Comment #42386348

    > CHOP isn't just the future, it's the present. And if you're not using it, you're starting to fall behind the ones who are. Be that as it may, the reason I got into software devel…

  3. comment
    Comment #42203891

    Thank you for writing this - it is more detailed that I could come up with! I would like to add that I feel like functional approaches are more the "future" of programming than try…

  4. comment
    Comment #42181776

    It's a balance but IMO there should be no realistic concept of "winning the market". If it gets to that point then sure the company is probably making a lot of money but they also …

  5. comment
    Comment #42140348

    > a “if you were on an elevator with Marc Andreessen” question Were they looking for a nice local newspaper story about a misdemeanor assault?

  6. comment
    Comment #42114960

    This resonates very strongly with me - I am happy there are other people writing about this. It may not change the course of society but we need to fight for things worth fighting …

  7. comment
    Comment #42114628

    The only winning move is not to play :)

  8. comment
    Comment #41947857

    Unless of course the only corporations allowed to exercise free speech rights were collectives of workers :)

  9. comment
    Comment #41670412

    There's a quantity argument to be made here - before, it used to be hard to generate large amounts of plausible but incorrect text. Now it easy. Similar to surveillance before/afte…

  10. comment
    Comment #41668682

    They lost a lawsuit as far as I can see: https://infosec.exchange/@SteamDB/113208423939527370 so they pretty much had to change it.

  11. comment
    Comment #41577395

    Ah words hardly mean anything these days. It very clearly is terrorism but you won't ever hear any politician in the west calling it that.

  12. comment
    Comment #41566440

    In my experience, using tools that do not support the "Go To Implementation" shortcut makes it hard. In IntelliJ, Ctrl+Shift+Click will take you to the possible implementors of an …

  13. comment
    Comment #41566213

    The problem is manual wiring (as always). It is fairly convenient to declare the source of your dependencies (somewhere around main) and have them be automatically wired in the sub…

  14. comment
    Comment #41566202

    I'm always fascinated by the amount of comments that devalue separating concerns and reducing coupling by using traits and modules. Maybe if you're exclusively writing serverless f…

  15. comment
    Comment #41538174

    No, it exists because of all must bow to the deity of increasing shareholder value. Remember that good product is not necessarily equal or even a subset of the easy to sell product…

  16. comment
    Comment #41532796

    Is there a study of "smooth"/"stable" "AI" algorithms - i.e. if you feed them input that is "close" then then the output is also "close"? (smooth as in smoothly differentiable/stab…

  17. comment
    Comment #41510471

    That still needs discipline though - or you end up with N half-finished Confluence pages describing the intention behind the design, all of which are now out of date (and naturally…

  18. comment
    Comment #41510356

    What are the significant downsides of the first approach in your experience?

  19. comment
    Comment #41473871

    [flagged]

  20. comment
    Comment #41473856

    Probably a lot of that is to do with the short-term profit mindset. There is tons of software that is far from optimal, breaks frequently and has a massive impact on human lives (t…

  21. comment
    Comment #41424238

    It comes back to the work itself being interesting and whether you actually care about the field that you are working in. I would not like to live in a world where you have to put …

  22. comment
    Comment #41193452

    I think the target here is low-power peripherals rather than speedy peripherals, and the price is very nice for that :)

  23. comment
    Comment #41066848

    Well maybe "taking over the market" is also a monopolistic and anti-competitive practice and if we had say, working regulation that forbade the existence of these behemoth companie…

  24. comment
    Comment #41003603

    Ah the "move fast and break things" philosophy gets a demonstration.

  25. comment
    Comment #40874915

    The parallels with abstracting over the effect type and Free(r) monads are really apparent if you've had exposure to that style of programming. As you said, the benefit is that you…