Live data from Hacker News

Viewing profile — belgesel

belgesel

HN member
Joined
Fri, Jan 17, 2020, 5:46 AM UTC
HN karma
21
Public activity
28 items

About belgesel

No profile information was provided.

Recent public activity

  1. comment
    Comment #41033212

    If you try to translate "gelato" to English literally, you can say it means "frozen". While "dondurma" also can be translated as "frozen" to the English. I don't know why Americans…

  2. comment
    Comment #39258484

    IIRC the main reason to use FreeBSD instead of Linux was BSD being a lot simpler and have a lot more room to optimize their specific use case.

  3. story
  4. comment
    Comment #33341021

    Can you elaborate on that, couldn't find the proposal, I want to learn more about it.

  5. comment
    Comment #31832625

    I was expecting some form of benchmark to see if claims about better performance is true.

  6. comment
    Comment #28613706

    even echo has it $ echo -e "hel\x70"

  7. comment
    Comment #28574715

    Just out of curiosity, how much time you have before taking the shot? (seconds or minutes)

  8. comment
    Comment #28231442

    I believe it is their new rule. But it shows up only if you are using twitter for a while as logged out. Clear data from browser and it goes away, but will eventually show up again…

  9. comment
    Comment #28157104

    Isn't that the other way around? I thought clang was trying to support all gcc extensions to be able to build Linux kernel. I would rather see both of these compilers to stay compe…

  10. comment
    Comment #27917419

    For those who don't know, this is a follow-up story of A Teenager's Guide to Avoiding Actual Work which got the attention on HN lately. https://news.ycombinator.com/item?id=2720655…

  11. story
  12. comment
    Comment #27696846

    I do use 1000^n, but I agree that most people tend to use 1024^n. 1000^n kind of makes more sense since "kilo, mega" etc. are the actual SI prefixes for multiples of 1000s. I don't…

  13. comment
    Comment #27696795

    You are right. In 5G, data packets goes through less tunneling than it was before. Although there is less tunneling, 1ms latency for "end to end" or from user device to the Interne…

  14. comment
    Comment #27365845

    I didn't want to whine about the changes. But why did they move "Restore Previous Session" button into History in the menu. That was by far the most used button in the menu for me.…

  15. comment
    Comment #27248566

    Suppose I have the following struct and functions. struct my_struct{int a; char private[10];} void * get_struct_field_nonconst(struct my_struct *ptr) { return &(ptr->private[0]); }…

  16. comment
    Comment #27105440

    Presenter doesn't give any information about it. But I think it is not a type defined in C standard and presenter's own implementation.

  17. comment
    Comment #27105390

    Although I disagree with some part of the presenter's ideas. I learned struct initializers and _Generic keyword from the presentation. So that is a great win for me. Now I can writ…

  18. comment
    Comment #27035439

    The guy has an article discussing 5G Telco business. 5G: The outsourced elephant in the room - https://berthub.eu/articles/posts/5g-elephant-in-the-room/ And also HN Discussion - h…

  19. comment
    Comment #26927402

    I think people need another 100 years to forget about it. It's just a toy in the hands of politicians. And now they choose to use it against Turkey. Some day this whole thing will …

  20. comment
    Comment #26926956

    I want to know what will this recognition does to your own country both in short and long term. Will Turkey pay a fee for the genocide or will they have to just give up from Ağrı? …

  21. comment
    Comment #26886437

    I believe before Discord got the high ground there was a program called Curse. I wonder if it is still functional.

  22. comment
    Comment #26743686

    Well, most of them includes heavy macros that is designed to be optimized by the compiler. So calling a macro from another language with different syntax does not sound easy.

  23. comment
    Comment #26600635

    Rust is catching many developer communities' (kernels, game engines, browsers etc.) attention lately. I have never used it but considering to use it in the future. But I am wonderi…

  24. comment
    Comment #26556804

    A question to parallel programming experts. Can we assume that a task that is well seperated to perform on single core is always better than multi-core? I meant using multiple inst…

  25. comment
    Comment #26434717

    this is nice. Just like bash, emacs has so many features hidden under it's hood.