Viewing profile — kenoph
kenoph
HN member- Joined
- Thu, Jul 14, 2016, 10:54 AM UTC
- HN karma
- 125
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About kenoph
No profile information was provided.
Recent public activity
-
comment
Comment #33742423
Impressive. Someone should do jq-jit too. I briefly looked into it and it seems like it would be _a lot_ of effort :/
-
comment
Comment #31139805
Long time Android user, switched to iPhone when I broke the screen of my Google-gifted Nexus 3a. Final straw was the latest update. Every widget became bigger, with a border radius…
-
comment
Comment #31064586
If capitalism causes censorship, that doesn't mean it's necessarily the worst at causing censorship. Additionally, we don't live in a stationary society, so, whatever capitalism di…
-
comment
Comment #31064522
Related: https://en.wikipedia.org/wiki/Inverted_totalitarianism
-
comment
Comment #30753277
I did some research on PII being harvested by Android apps. TL;DR: The EU could pay a couple of reverse engineers for 2 months and print money out of fines. I was shocked to discov…
-
comment
Comment #30598781
Tbh Unix programs don't handle non-ASCII text very well, in my experience.
-
comment
Comment #30598492
You can do a lot with just bash + pipes + unix tools. It can get messy as your pipeline grows though, and there are a lot of edge cases. Relevant: "bashML: Why Spark when you can B…
- story
-
comment
Comment #29662793
I most certainly didn't imply that (: But you did say it was illegal. Seems to me there are exceptions if that picture is to be trusted.e
-
comment
Comment #29661258
Explain this to the folks at home: https://www.reddit.com/r/europe/comments/85qnx5/george_orwel...
- story
-
comment
Comment #27447105
Take notes on the main concepts / highlights, then make anki cards (: (I know it's easier said than done)
-
comment
Comment #27193666
A lot of adblocking works at the DOM level.
-
comment
Comment #27192989
Get ready for canvas-only websites with wasm. Good luck adblocking.
-
comment
Comment #26953539
Just FYI: draw.io uses SVG foreignObjects for styling the text in the diagrams. That means that to get a proper rendering of the resulting SVG you need to look at it in a browser. …
-
comment
Comment #26864888
I see that kind of advice thrown around a lot, but that's just the sales pitch of PhDs, not the reality.
-
comment
Comment #26778626
You might be interested in this: https://github.com/biemster/gasr (not production-grade, but depending on your workflow you can hack on it)
-
comment
Comment #26619601
Guilty too. I had this idea to improve the order in which I should study kanjis. Ended up with a neo4j instance with kanjis, kanji components (not just radicals), words, and how th…
-
comment
Comment #26273689
My problem with Twitter is that a lot of researchers I follow make a lot of noise (e.g.: giving their opinions on things 10 times a day, tweeting random "facts" about life, etc...)…
- story
-
comment
Comment #26114875
I think the question is not if you *can* work that many hours but if you *should* do it. Ofc there will be a minority of people that perhaps even enjoy it, but the vast majority is…
-
comment
Comment #26063235
I am using descript for a project of mine. You can definitely still hear that they are AI-generated. But I'm sure it's not gonna take long. Couple this with SSML and it's going to …
-
comment
Comment #25821751
They've been using wifi/cellphone data to track tourists' flow for at least a couple of years. What seems new is the control tower thingie (Orwellian af) and the tracking of the to…
-
comment
Comment #25602506
Actually I think the biggest problem is predicting correctly all the jump targets.
-
comment
Comment #25593729
Yep. Actually we have a C helper per instruction and generate IR blocks full of CALLs to such helpers. Then the inliner and other optimizations take care of doing their work. Anywa…