Live data from Hacker News

Viewing profile — dreamingincode

dreamingincode

HN member
Joined
Wed, May 06, 2015, 11:46 AM UTC
HN karma
238
Public activity
32 items

About dreamingincode

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #43676179

    Update: This was an unintended incident: https://www.githubstatus.com/incidents/jfvgcls9swln

  4. story
  5. story
  6. comment
    Comment #39869047

    The full name "Jia Cheong Tan" doesn't sound like Mainland China. The name and actions could be intentionally misleading though. https://news.ycombinator.com/item?id=39867737

  7. comment
    Comment #38997691

    It does, it's called DocumentsUI and provides the system file picker. However its main entry point is often hidden, and imo it's still somewhat suboptimal/limited in certain aspect…

  8. comment
    Comment #38997672

    Material Files also allows you add a shortcut to the stock file manager (DocumentsUI), using "Add storage" > "Android/data" from app drawer. You may even manually edit the shortcut…

  9. comment
    Comment #38997665

    Yes, and this app adopted it as well. There's a toggle in app settings for Material 3 v.s. the old Material 2 right now, and there used to be one between Material 1 and 2.

  10. comment
    Comment #38995373

    Different design (Material 2 or 3 v.s. Material 1 mixed with Holo), different UX (e.g. multi-window v.s. dual-pane), Open source v.s. closed source, probably somewhat richer featur…

  11. comment
    Comment #38995294

    Naming is hard, and I already have to implement file management :P Just kidding. The reason is that I started the project mostly because I wanted a file manager with proper Materia…

  12. comment
    Comment #38995266

    It's the same for all file managers and the previous way of granting access is now patched via security fixes. If it's still working for you that's very likely because you granted …

  13. story
    Show HN: Material Files – Open Source Material Design File Manager for Android

    Features: - Open source: Lightweight, clean and secure. - Material Design: Follows Material Design guidelines, with attention into details. - Breadcrumbs: Navigate in the filesyste…

  14. comment
    Comment #36953862

    It's a login prompt and you can close it to keep watching. But as linked in another comment, this link may be easier for non-Chinese viewers: https://targum.video/v/2023/8/1/e2ad3b…

  15. comment
  16. comment
    Comment #36953397

    Under the guidance of Professor Haixin Chang, postdoctor Hao Wu and PhD student Li Yang from the School of Materials Science and Technology of Huazhong University of Science and Te…

  17. story
  18. story
  19. story
  20. story
  21. story
  22. comment
    Comment #21876695

    Thank you again for all the explanations!

  23. comment
    Comment #21869133

    I see. It seems sometimes we do have to live with non-deterministic behaviors or even small errors. I'm still unsure about the following question from your answers: > when some kin…

  24. comment
    Comment #21868004

    Thanks! The idea of having a list of migrating entities per chunk is good, and it avoids locking on the list of all entities in a chunk. But I still have some confusion about it: >…

  25. comment
    Comment #21862373

    Thanks for the explanation! I happened to be thinking of similar multithreading ideas (chunks and ping-ponging states) recently, but was stuck on what happens when computation happ…