Viewing profile — psanchez
psanchez
HN member- Joined
- Fri, Jan 01, 2016, 11:00 AM UTC
- HN karma
- 120
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About psanchez
https://www.pausanchez.com/en/
Recent public activity
-
comment
Comment #48551299
This reminds me of a story from 15 years ago, where I was developing a technology to download games on demand by hooking into the OS calls. There was a particular game that was sup…
-
comment
Comment #48477974
I love the fractal nature of it.
-
comment
Comment #47902280
Well, my comment was meant as an example of a setup for actually building something real with reasonable quality. I was answering to that part of the previous comment. In my experi…
-
comment
Comment #47900637
Even though I did not know about Andrej Karpathy's tweet from earlier this month, I ended up converging on something very similar. A couple of weeks ago I built a git-based knowled…
-
comment
Comment #46253838
I just had a look at the code and it is indeed very compact. I haven't compiled or used it. Looks like RISC-V 32-bit integer and multiply and atomic instr extension. Floating point…
-
comment
Comment #45207857
BTW, just to make it clear, in the case of jiratui you can also download from github repo directly and inspect the code if you wish :D
-
comment
Comment #45207798
Indeed. That's why I was transparent from the start. As I mentioned, using an API key this way is generally a bad idea. Even if I'm not a bad actor (which I'm not, but you shouldn'…
-
comment
Comment #45203512
Wow. Really cool. I wasn't expecting something so polished. JIRA speed drives me crazy sometimes, so a couple of months ago I decided to build myself a tool to do instant searches/…
-
comment
Comment #44740472
Fast is a distinctive feature. For what is worth I built myself a custom jira board last month, so I could instantly search, filter and group tickets (by title, status, assignee, v…
-
comment
Comment #44563105
The jump table is interesting, although I guess the performance of switch will be similar if properly optimized with the compiler, but would not be able to tell without trying. Als…
-
comment
Comment #43892535
It looks like it is using "Microsoft Console Debugger (CDB)" as the interface to windbg. Just had a quick look at the code: https://github.com/svnscha/mcp-windbg/blob/main/src/mcp_…
-
comment
Comment #42908187
Didn't know about Ziggurat algorithm, the use of a table to directly accept or reject is interesting, although I think I would need to implement myself to fully understand. Your co…
-
comment
Comment #42901078
I think I would call it naive algorithm rather than greedy. It looked like an interesting problem so I spent some time this morning exploring if there would be any performance impr…
-
comment
Comment #42820090
I think this is a really cool project. Scrapping aside, I would definitely use this with playwright for end2end tests if it had 100% compatibility with chrome and ran with a fracti…
-
comment
Comment #42574494
One more thing I forgot to mention on the "Con" side is the noise. Treadmills aren't completely silent; there's always some level of sound from the engine. Over time, you tend to g…
-
comment
Comment #42574402
Just sharing my own experience :D I have an "old" ikea model that is not sold anymore, but the equivalent would be something like this one: https://www.ikea.com/us/en/p/rodulf-desk…
-
comment
Comment #42574310
If you choose a manual or motorized standing desk with adjustable height (like the one I use), you can easily move the treadmill to the side when you're not walking and switch to w…
-
comment
Comment #42574262
WalkingPad R1 Pro. I thought the ability to run would be a plus, but honestly, I've only used it for running twice (I'd rather run outdoors than stare at a wall, tv or computer). K…
-
comment
Comment #42572821
I bought a treadmill + standup desk 2.5 years ago, and to this day, it remains the best investment I've made to avoid sitting for most of the day. Before I started using the treadm…
-
comment
Comment #41618055
I was under de impression java gluing was required to create Android APKs. Really nice to see this project. 0 java files. Bravo. Also worth looking at the rawandroid project like o…
-
comment
Comment #37437658
Jarred congrats for the release! I've been following the progress of bun since your initial announcement and today I decided to give it a try, just to play around. Haven't done muc…
-
comment
Comment #30886366
Hi Dane, thanks for taking the time to reply and thanks for listening to our feedback. It is still not clear to me what "40 server ENVKEYs" means. Is this different projects, or ea…
-
comment
Comment #30864449
I'm a happy EnvKey customer since the end of 2018. After me and my team tried different solutions in the past (back in 2017 and 2018) to manage secrets on our infrastructure (we ha…
-
comment
Comment #16925510
Looking forward!
-
comment
Comment #16918818
Nice! Any clue if there is a way this can be enabled automatically on balancers created using kubernetes (on GKE)? That would be really awesome.