Live data from Hacker News

Viewing profile — out_of_protocol

out_of_protocol

HN member
Joined
Fri, Feb 01, 2013, 5:28 PM UTC
HN karma
2,148
Public activity
583 items

About out_of_protocol

No profile information was provided.

Recent public activity

  1. comment
    Comment #49145053

    Well yes, SV is abbreviation for sievert which measures health risk of radiation

  2. comment
    Comment #48962493

    *for a brief moment it actually runs. from the point of the dev - work done on the port will rot very soon, return of investment is really low. Also, the studio may not exist at al…

  3. comment
    Comment #48956225

    Why bother with macos version at all then? Soon current version becomes unusable as well, and needs windows fallback to run since macos version is useless

  4. comment
    Comment #48872235

    > It trades something fungible and incredibly cheap (CPU) it could be RAM-bound, which is very much NOT cheap nowadays :)

  5. comment
    Comment #48863858

    There's a lot of places without fiber, e.g. all the ships/jets etc. there's a lot of low-density areas, there's islands with no internet or VERY expensive internet

  6. comment
    Comment #48472591

    > 6. You can make money without doing evil. You can but well, it's more profitable the other way around....

  7. comment
    Comment #48335380

    On Android, opera browser has text-wrap which fits text into screen on any zooom level. Dunno how people live without this feature

  8. comment
    Comment #48264970

    I blessed to live in a country that uses kilowatts. That works wonderfully (and advertised as such) for AC units

  9. comment
    Comment #48258198

    Did anybody compared these directly using exactly same prompts and harness? I assume V4 Pro could be real frontier model, and if it's true, it'd be better to use it in automation o…

  10. comment
    Comment #48163383

    1) that's not an ORM 2) after ~8 years of using it, i find it ergonomic, light on congitive load and good for long term support

  11. comment
    Comment #48159315

    Elixir is very ergonomic when it comes to concurrency, e.g. parallel-map example: 1..10 |> Task.async_stream(fn x -> x*2 end, max_concurrency: 2, timeout: 7000, on_timeout: :kill_t…

  12. comment
    Comment #48157646

    Django is not very different than Rails and imo much less ergonomic. Many issues are still there like hidden state/setup needed to call something

  13. comment
    Comment #48157386

    > ActiveRecord is more pleasant to work with than the ORM of Phoenix IMHO, but not everyone shares the same feeling. Well, depends on what you do. Ecto is closely follows SQL logic…

  14. comment
    Comment #48157241

    I'd say Rails is faster than Phoenix (as in development speed) only for the first day or so. After that you'll stumble upon impicit logic, method-missing and this kind of stuff, wh…

  15. comment
    Comment #48157218

    Probably going to be replacement rather than direct recompilement of structs. I imagine all sorts of corner cases are lurking around if you swap implementation around, e.g. if some…

  16. comment
    Comment #47790360

    i suspect a lot of tools will try to fetch the url without explicit user action (e.g. messengers do that kind of crap). Gotta be hard to keep keys non-revoked, which is a nice side…

  17. comment
    Comment #47752325

    If you don't use heat pump (which can have 300-500% efficiency), whatever you plug into a wall socket will produce heat at exactly 100%. So the real choice here is either monetize …

  18. comment
    Comment #47743604

    1) they do protocol sniffing, and any inconsistency (including statistical) gets you blocked 2) "white list mode" which engaged sometimes (poorly implemented atm), means nothing go…

  19. comment
    Comment #47650530

    > How are you suffering equal heat stress from being submerged in moderately warm water by the rules of this universe, you can't survive being submerged in 40C water for a prolonge…

  20. comment
    Comment #47650056

    Humidity is the key, Finnish style sauna is low humidity+ high temperature (85-115C is OK i think), while Russian banya-style is low temperature (60-80C with high humidity). Both o…

  21. comment
    Comment #47627062

    * VP9 where AV1 is not available (default YouTube codec, almost universally hardware-supported). Also universally supported .webm is vp9+opus - which mostly used as modern .gif

  22. comment
    Comment #47626989

    VP9 works well too and more supported (default YouTube codec)

  23. comment
    Comment #47468976

    Do note that in current economics 32GB of RAM alone will cost something like $400

  24. comment
    Comment #47324129

    > This is a configurable setting. Give me pointers please. Getting same headaches every day. Clicking on icon in dock, closing some window produces random results every time, acros…

  25. comment
    Comment #47286325

    v7 exposes creation date, and maybe you don't want that. So, depends on use-case