Live data from Hacker News

Viewing profile — jeanmichelx

jeanmichelx

HN member
Joined
Fri, Nov 17, 2017, 8:06 PM UTC
HN karma
102
Public activity
44 items

About jeanmichelx

No profile information was provided.

Recent public activity

  1. comment
    Comment #22578619

    The economy wasn't important for Brexit but it somehow is for COVID-19, and we're going to sacrifice half a million people (best case). I say bring back the guillotine

  2. comment
    Comment #22216429

    Oh gosh I've been using some of these words without even realising they were shortened verlan.

  3. comment
    Comment #22092801

    Django has everything a simple CRUD needs built-in, and migrations, which you don't need now, but will need if your project is successful. Highly recommended.

  4. comment
    Comment #21401077

    I doubt their numbers are correct. They've fudged them in the past, giving area numbers for the smallest configuration, but performance number for a ridiculously large chip.

  5. comment
    Comment #21321579

    Ah makes sense you want to be fast then! Thanks for your answer

  6. comment
    Comment #21311949

    Cool post, i wish I could do something similar at work. I'm wondering why you went through the pain of making an HTTP server to process JS files, instead of say putting the tempora…

  7. comment
    Comment #20792399

    Fantastic example of how to structure a real life (ish) application with functional programming. I don't know any F#, but I can see how to apply this to imperative languages and ma…

  8. comment
    Comment #20752866

    That Arab Spring comparison is gross. Opressive governments are making political opponents disappear, use torture, etc. But sure tell me how hard it is to work two more years.

  9. comment
    Comment #20380180

    You need to submit a passport picture though. It's probably easier to fake a badly lit picture of a passport than an actual passport though...

  10. comment
    Comment #20228140

    > "excetera" is also a very common pronunciation in French. Not in my experience. Where are you from?

  11. comment
    Comment #20228117

    Funnily enough the result I got is completely irrelevant: the sentence is "welcome her back to stage".

  12. comment
    Comment #20076150

    It's ridiculously easy to write a DoS tool. Let's make DoSing legal then.

  13. comment
    Comment #19826885

    It's easy to not eat cheeseburger, it's hard not to breathe

  14. comment
    Comment #19820046

    Latency ≠ throughput

  15. comment
    Comment #19671851

    I thought all you had to do to get access was to drop piles of money on TSMC lap. Is the access not common?

  16. comment
    Comment #19598467

    I wish. This figure is reloading the formal tool after a one line change in the RTL. Placing (not routing!) takes around 24 hours since we need to run in a larger environment than …

  17. comment
    Comment #19590877

    I'm so jealous of software development tools. Elaborating the hardware (systemverilog) I'm working on (about a year of work from scratch, nothing fancy) takes 8 minutes.

  18. comment
    Comment #19551555

    I like the Firefox approach. Nightly collects a lot of data (because you're a power user that want to improve the browser). Regular release collect a lot less.

  19. comment
    Comment #19542424

    What if I meet my goals, and and got raises that I find too small?

  20. comment
    Comment #19446160

    Good point, thanks!

  21. comment
    Comment #19444929

    So how does this degrade for bigger hash tables? Surely the two loops implementation is less efficient since your cache is trashed by the time you do the second look up

  22. comment
    Comment #19444903

    Pointer chasing is very expensive if your chains end up in different cache lines. The bottleneck on a lot of application isn't how fast your instructions run, but how fast you can …

  23. comment
    Comment #18152320

    The sad thing is that it's in android OEM's hands. Add more cache and optimize for fast/efficient cores instead of cheap

  24. comment
    Comment #18140392

    Easy to add custom hardware to accelerate the things you care about.

  25. comment
    Comment #18125436

    You can add custom memory-mapped hardware though