Viewing profile — tirrex
tirrex
HN member- Joined
- Sat, Feb 27, 2021, 6:05 PM UTC
- HN karma
- 661
- Public activity
- 62 items
- HN profile
- View on Hacker News ↗
About tirrex
No profile information was provided.
Recent public activity
- story
-
comment
Comment #31405355
I think chair is the most important part. It looks so comfortable.
-
comment
Comment #31404771
Exactly. Is there any benefit running mysql instead of sqlite for Wordpress? Feels like default db should have been sqlite all along.
- story
- story
-
comment
Comment #31404110
When did this happen? Is it new?
-
comment
Comment #30810862
Are they using four photos or more?
-
comment
Comment #30810844
This should be improved further. Add a scanner to read handwritten answer and post it as the response.
-
comment
Comment #30810808
https://github.com/tezc/sc/tree/master/map For those who are interested in faster hashmaps, I tried bunch of hashmaps and this one performs better than others. This is for C. Maybe…
-
comment
Comment #30032463
I can pay for a search engine service if it blocks paywalls, bloated sites, fake bullshit clickbait contents. It’s time consuming to find what you’re looking for with Google. Unfor…
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #28443862
How are they going to make money and support the development?
-
comment
Comment #27780842
> And how much impact does it have on runtime performance? Well even computing a sum for a relative small number 1000, according to cppbench, the signed version is 430X faster. Alt…
-
comment
Comment #27104638
Thanks, I’ll take a look.
-
comment
Comment #27101452
Too much marketing. Don’t get me wrong but I’m lost among “fast, scalable, low latency, high throughput” marketing paragraphs and images. There are links to other websites(company …
- comment
- comment
-
comment
Comment #26920890
Some companies have no AGPL policy. e.g : https://opensource.google/docs/using/agpl-policy/
-
comment
Comment #26920640
I agree, “!” is something easy to miss. I prefer “!=“ mostly for this reason. I am just surprised I’ve never seen this in any code base before.