Viewing profile — ijl
ijl
HN member- Joined
- Thu, Aug 02, 2012, 9:00 PM UTC
- HN karma
- 49
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About ijl
No profile information was provided.
Recent public activity
- comment
- comment
-
comment
Comment #46235299
What kind of issues could prevent a company with such resources from that?
-
comment
Comment #42051733
Performance for python3.14t alpha 1 is more like 3.11 in what I've tested. Not good enough if Python doesn't meet your needs, but this comes after 3.12 and 3.13 have both performed…
- story
-
comment
Comment #22149276
What services are people using to run continuous integration for ARM? I see Travis CI has an alpha. Azure Pipelines doesn't host ARM instances I think.
- story
- story
- story
- story
-
comment
Comment #7154752
In [1]: bool(0) Out[1]: False Idiomatic Python may say "if not user_id:" and erroneously skip this.
-
comment
Comment #7009591
Can anyone elaborate on how "Rust changes the way you think"?
- comment
-
comment
Comment #6825619
You should implement at least Sender Policy Framework to endorse only email from your own servers. Better yet implement DomainKeys Identified Mail.
-
comment
Comment #6649866
Does anyone know how much it costs to produce desktop-sized displays compared to phone-sized? I'm wondering why Dell would still make the 24" UltraSharp just 1920x1080.
-
comment
Comment #6569557
Gmail certainly does: it implements DKIM.
-
comment
Comment #6477129
Using an image algorithm to process audio reminds me of Jeff Hawkins' arguments in On Intelligence, specifically in arguing that the brain processes all types of input in the same …
-
comment
Comment #6466338
Interesting. I wonder about maintainability if the writer's "obvious" version is only there to be refactored out. Can you still read the intent when he's done?
-
comment
Comment #6460242
Relying on GC to close the file isn't safe. See http://stackoverflow.com/questions/1834556/does-a-file-objec...
-
comment
Comment #6181650
See PRISM Break: https://prism-break.org/
-
comment
Comment #6033879
In the article it's actually 9ms rather than 90ms--0.009 seconds.
-
comment
Comment #5880407
Thanks.
-
comment
Comment #5876790
I'm looking for similar system builders after being disappointed with ThinkPads lately. Can anyone recommend more machines or companies like this?
-
comment
Comment #5216901
Thank you.
-
comment
Comment #4968255
When you learn, the myelin between the relevant neurons increases. The Talent Code discusses this at length, and argues that skill in something is a function of myelin strength.