Viewing profile — uguuo_o
uguuo_o
HN member- Joined
- Tue, Mar 28, 2023, 3:26 PM UTC
- HN karma
- 187
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About uguuo_o
Recent public activity
-
comment
Comment #38508005
I'm just relaying what most guitarists that have played with him have said. Watch a few interviews, jazz, flamenco, whatever he plays. Here an example of his playing: https://www.y…
-
comment
Comment #38505224
Just a minor note. Howe is good, one of the best yes, but Paco De Lucia reigns far above them all.
- story
-
comment
Comment #37639118
I have a few from schitt that have been pretty solid for years, I highly recommend them. https://www.schiit.com/
-
comment
Comment #37382907
Yes, it just means you have to solder the switches yourself. From their website: This is a special version of Glove80 meant for users intending to replace key switches. Soldering i…
-
comment
Comment #37381693
This looked so good until I saw it requires switches to be soldered (by them or you). Hot-swappable switches is a must for me, specially at this price point. I guess my ergodox wil…
-
comment
Comment #36717576
Thanks for the suggestion. Good luck with your project.
-
comment
Comment #36717250
I tried to use it but I had some issues as others in the thread. I have tried many sources and method over the years and settled on spleeter [0]. Works well even for 10+ minute son…
-
comment
Comment #36572247
Not to be confused with the Ansys flow solver Fluent: https://www.ansys.com/products/fluids/ansys-fluent
-
comment
Comment #36533818
This is the only combination I also went with, nothing else seemed acceptable on the android side. GrapheneOS has been fantastic, no Google apps.
-
comment
Comment #36492063
Yes. The librem 5 is a somewhat solid alternative. The pinephone seems to remain a developer platform as it lacks simple features expected out of a phone.
-
comment
Comment #36492020
It is not a single language. c, C++, Fortran are the most commonly used. The communication happens using one of many versions of the message passing interface [0] (MPI). MPI essent…
-
comment
Comment #36487435
It sounds like what you want is graphene os. https://grapheneos.org/
-
comment
Comment #36467863
Even emacs has a markdown mode: https://jblevins.org/projects/markdown-mode/
-
comment
Comment #36467721
Large-scale simulations of phisical systems tend to have a variety of length/time scales that require vast numbers of CPUs to model in a timely fashion. This could be anywhere from…
-
comment
Comment #36462685
Reasons : there is a significant amount of work needed to get codes to work on a distributed hybrid or gpu-only fashion. It's a completely different coding paradigm that needs sign…
-
comment
Comment #36460355
The amount of scientific work that could be done with such a machine would be staggering, specially if it can be local. I use 2-10k cores on a daily basis, having a dedicated machi…
- story
-
comment
Comment #36397636
I will vote against this in any way I can for as long as I live.
-
comment
Comment #36397305
Yes, the cost is on the high side at the moment. It is impractical, but it may be the only choice we ever have if we do not want an internet connected vehicle.
-
story
Ask HN: E-crate motors, any interesting projects?
Two years after Ford unveiled their e-crate motors [0] and it being available for the public[1], are there any interesting ev conversions? Any plans to use these motors in the futu…
-
comment
Comment #36357417
A poorly-optimized code that does not scale is not evidence that all simulation tools behave the same. Most of the tools in use by NASA, DOD, DOE, research institutions and commerc…
-
comment
Comment #36349788
Forget side-loading, the fact that I can't develop and run my own applications on iOS without having to ask apple for permission every week is infuriating.
-
comment
Comment #36332006
Depending on the method, but generally yes, the physical domain is decomposed into the number of cores. Data is synchronized at processor boundaries at a very high rate to maintain…
-
comment
Comment #36331953
I am not sure where you get this information. Parallelization is everything in this space, hence why we have highly interconnected supercomputers to model the most difficult engine…