Live data from Hacker News

Viewing profile — flurrything

flurrything

HN member
Joined
Sun, Apr 08, 2018, 12:54 PM UTC
HN karma
72
Public activity
33 items

About flurrything

No profile information was provided.

Recent public activity

  1. comment
    Comment #18370655

    Similar position as you (mid 2012 macbook air, 1.8 GHz Intel Core i5, 8Gb of RAM, 256Gb SSD + 256Gb SD Card). I've upgraded its battery twice, last time this year, for 60 EUR each …

  2. comment
    Comment #18370629

    There is no Microsoft Office, Photoshop, Illustrator, ... on all three. If all you need is a text editor and a web browser, you pretty much could have been using all three systems …

  3. comment
    Comment #18370539

    > OS improvements, Mojave still works fine in a `2012` macbook air, which still does have >9h battery life (a new battery costs 60 EUR). The touchpad is great, and it has an SD Car…

  4. comment
    Comment #18370522

    > I'm sympathetic to the complaint about price, but if your contention is that the devices are basically unchanged, then why buy a 2018 model? Why not buy a 2014 model? Why buy a n…

  5. comment
    Comment #18370459

    Dude, I bought a max spec'ed macbook air mid 2012 with 256Gb SSD + 256Gb SD Card, a dual core, and 8Gb of RAM, for ~1600 EUR in 2012. In 2018 I would have to pay 2000 EUR for 512Gb…

  6. comment
    Comment #18327938

    > it makes sense to treat GCC (actually "the C89 standard plus GCC extensions") as the standard. While that might have been the case, this announcement says that one of the many re…

  7. comment
    Comment #18327198

    Could ripgrep offer a POSIX compatible mode?

  8. comment
    Comment #18322892

    Are these services free? We currently test Rust under qemu-system for FreeBSD and have no real good solution for OpenBSD and DragonflyBSD. It would be very interesting for us to do…

  9. comment
    Comment #18292436

    > We generally recommend that you use absl::flat_hash_map > instead of absl::node_hash_map . So what's the point of `node_hash_map` then ?

  10. comment
    Comment #18292394

    node, chrome, etc. already support the current WASM SIMD proposal

  11. comment
    Comment #18184392

    > but sometimes you know invariants about object sizes, alloc patterns and free patterns that allow much more performant allocation. jemalloc allows you to query these invariants i…

  12. comment
    Comment #18184339

    > For users, I hope Remacs will be faster The main reason my emacs is painfully slow is that most elisp code blocks. Stuff like hitting tab for auto-completion might perform a bloc…

  13. comment
    Comment #18178377

    > In what sense do you disagree? Not the parent, but it is trivial to write C++ and Rust examples in which destructors of variables with block scope are not called. The std library…

  14. comment
    Comment #18099481

    No, as much work means that you can't use 99% of C++ in C FFI. You have to fully instantiate template functions, template structs (you can pass `std::vector` to C FFI), etc. before…

  15. comment
    Comment #18038087

    How do Zig programmers using Linux or MacOS validate that their OOM handling is correct?

  16. comment
    Comment #18031440

    > Also, this is a refreshing take on RC aircraft that hasn't been done as much before. Maybe the reason it hasn't been done much before is because one doesn't have to actually go a…

  17. comment
    Comment #18028463

    Rust has been able to target RISC-V for half a year, so LLVM must have been able to target it for even longer...

  18. comment
    Comment #18028415

    > On Linux, you can turn it off. The system administrator can turn it off, kind of. But a zig or rust program running in user space without privileges cannot turn it off, not even …

  19. comment
    Comment #18028400

    What do these Zig functions do in systems with overcommit ? (that is, Linux, MacOS, *BSDs, Android, iOS, ...).

  20. comment
    Comment #17770771

    Can you? Where is that paper? I only see a title.

  21. comment
    Comment #17691388

    > even C++ still compiles faster in non-template heavy code. But Rust is a template heavy language, and when it comes to compile time of template heave code, Rust is an order of ma…

  22. comment
    Comment #17686744

    No MS Office, no Keynote, no Photoshop / Illustrator / ..

  23. comment
    Comment #17536330

    Is there a catch to vgo's approach? If not, why aren't the cargo people copying it?

  24. comment
    Comment #17530246

    Do the professors on that university get paid more for having more students? Because in Germany for example, this is not the case. The university departments get different amount o…

  25. comment
    Comment #17493495

    Jokes aside. Since February you can already buy RISC-V SoCs that run Linux... at pretty high prices, e.g., https://www.crowdsupply.com/sifive/hifive-unleashed costs 1000$ bucks and…