Viewing profile — jeanmichelx
jeanmichelx
HN member- Joined
- Fri, Nov 17, 2017, 8:06 PM UTC
- HN karma
- 102
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About jeanmichelx
No profile information was provided.
Recent public activity
-
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
-
comment
Comment #22216429
Oh gosh I've been using some of these words without even realising they were shortened verlan.
-
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.
-
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.
-
comment
Comment #21321579
Ah makes sense you want to be fast then! Thanks for your answer
-
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…
-
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…
-
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.
-
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...
-
comment
Comment #20228140
> "excetera" is also a very common pronunciation in French. Not in my experience. Where are you from?
-
comment
Comment #20228117
Funnily enough the result I got is completely irrelevant: the sentence is "welcome her back to stage".
-
comment
Comment #20076150
It's ridiculously easy to write a DoS tool. Let's make DoSing legal then.
-
comment
Comment #19826885
It's easy to not eat cheeseburger, it's hard not to breathe
-
comment
Comment #19820046
Latency ≠ throughput
-
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?
-
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 …
-
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.
-
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.
-
comment
Comment #19542424
What if I meet my goals, and and got raises that I find too small?
-
comment
Comment #19446160
Good point, thanks!
-
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
-
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 …
-
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
-
comment
Comment #18140392
Easy to add custom hardware to accelerate the things you care about.
-
comment
Comment #18125436
You can add custom memory-mapped hardware though