Viewing profile — izabera
izabera
HN member- Joined
- Sun, Jun 21, 2015, 3:56 PM UTC
- HN karma
- 549
- Public activity
- 83 items
- HN profile
- View on Hacker News ↗
About izabera
No profile information was provided.
Recent public activity
-
comment
Comment #45732932
they're generally pretty but they should really hide the cursor, it looks offputting in basically all cases
-
comment
Comment #45663780
the secret is to keep things ˢᵐᵒˡ
-
comment
Comment #45446779
> Unlike other apps or cookbooks, we’ll teach you the hows and whys of cooking. this is literally like every other app or cookbook
-
comment
Comment #45408563
"is shared_ptr thread safe?" is a classic question asked thousands of times. the answer by the way is "it's as thread safe as a regular pointer"
-
comment
Comment #45407819
atomics aren't free even without contention. the slogan of the language is "you don't pay for what you don't use", and it's really not great that there's no non atomic refcount in …
-
comment
Comment #45366565
maybe some car pool services for the most frequent routes could run at regular intervals. there could even be some predefined stops to efficiently batch many people getting on and …
-
comment
Comment #45281184
i'm struggling to imagine many negative effects on society caused by the specific papers in this list
-
comment
Comment #45244709
random example, may or may not come from a real situation that just happened: - other team opens jira ticket requesting a new type of encabulator - random guy who doesn't know anyt…
-
comment
Comment #45244070
deepseek is from china and all their papers have been very well received
-
comment
Comment #45054418
thanks for taking the time to make it work on my code :)
-
comment
Comment #45041113
tested it on this https://github.com/izabera/cube.bash/tree/timep i ran `source /path/to/timep.bash; timep ./cube.bash "R U R' U' R' F R2 U' R' U' R U R' F'"` without profiling htt…
- story
-
comment
Comment #44899966
not trying to be a hater but how is 100mb/s high performance in 2025? that's as performant as a 20 years old hdd
-
comment
Comment #44830726
what's the problem with that? we have erotic texts dating back thousands of years, basically as old as the act of writing itself https://en.wikipedia.org/wiki/Istanbul_2461
-
comment
Comment #44808438
I post a lot of silly personal code on GitHub and the vast majority of issues/pull requests I receive are completely inane and generally not remotely helpful. Things ranging from "…
- story
- story
-
comment
Comment #44630635
ffmpeg is not too different from a microbenchmark, the whole program is basically just: while (read(buf)) write(transform(buf))
-
comment
Comment #44607309
what a "real life application workload" looks like is entirely dependent on your use case, but fio is very widely used in the storage industry it's a good first approximation to te…
-
comment
Comment #44587903
> Today we’re releasing an API that gives you and your agents full-stack backends. Each backend comes with a database, a sync engine, auth tools, file storage, and presence. this i…
- comment
- story
-
comment
Comment #44420752
this looks convenient to use from c++, but the example code it generates is rather suboptimal (see https://godbolt.org/z/3rWceeYoW in which no normal compiler would set up and tear…
-
comment
Comment #44408300
did something along those lines a while ago https://github.com/izabera/j trying to keep an interface similar to jq
-
comment
Comment #44355701
thanks, i fixed it. it was only happening on bash 3.2 and i don't use a mac so i didn't see it. https://github.com/izabera/bitwise-challenge-2048/commit/73f...