Viewing profile — maksut
maksut
HN member- Joined
- Wed, Jul 04, 2018, 2:13 PM UTC
- HN karma
- 30
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About maksut
No profile information was provided.
Recent public activity
-
comment
Comment #47973772
That wouldn't surprise me. Surprisingly Windows audio stack is a mess. I have a mini keyboard with Bluetooth and it was an adventure to get it working in Windows. In Linux it was p…
-
comment
Comment #45234273
I disagree with this. The tooling around JVM is great or at least good enough. Maven is mostly smooth sailing comparing to Python's env solutions or JS ecosystem. Maven is 21 years…
-
comment
Comment #40381213
That is interesting. I wonder if L1 is denser because it has to have more bandwidth. But doesn't that point to a space constraint rather than money? A combination of L1 & L2 will h…
-
comment
Comment #40311516
It was a learning exercise. Just playing around with clojure, raylib and this new api. I know all these can also be done with C# with some pros & cons. I wasn't advocating java for…
-
comment
Comment #40302135
I don't know much about C#. It certainly looks more popular in gamedev circles. When I played with this new java api. I wasn't worried about the FFI cost. It seemed fast enough to …
-
comment
Comment #40301898
I have played with raylib bindings for clojure by using the new foreign function api. It was a lot of fun. SDL might be a better fit because it prefers pass by reference arguments …
-
comment
Comment #40301671
You made me search it again. And still I don't see how that's possible. `Runtime.load` requires a regular file with an absolute path[0]. Stackoverflow is full of "copy it into a te…
-
comment
Comment #40301398
Is that still true when distributing libraries?
-
comment
Comment #40301137
I'd like to learn how they do it. Because last time I've looked at this, the suggested solution was to copy the binaries from claspath (eg: the jar) into a temporary folder then lo…
-
comment
Comment #39277456
It is free to try. But may not be free for commercial use. Some random blog post says check it with Oracle if you want to sell your products/services with it.
-
comment
Comment #39277177
Apparently those are not available for native executibles produced by graalvm community edition. Profile guided optimisation for native executibles sounds cool. Too bad Oracle want…
- comment
-
comment
Comment #39088619
I am eyeing river wm. Because it has pluggable layout manager and controller via custom wayland protocols. Which means I can implement just those parts in my favourite lang to scra…
-
comment
Comment #38770021
But it seems to have "rand()" calls. Also trigonometric functions can be used as a pseudo random generator (kind of): https://thebookofshaders.com/10/
-
comment
Comment #38012480
It is not number of packages! 20.04 has 2977 packages and 23.10 has 1841 (from pkglist from distrowatch). After a quick eyeballing, example packages in 20.04 but NOT in 23.10: apac…
-
comment
Comment #37984344
What 91 and 95 did to you? They are not in the list. And 97 gets to enjoy two places. It is just not fair!
-
comment
Comment #17457358
Maybe you can use one of the data interchange protocols that has a story for backward/forward compatibility? Something like Apache Avro or Protocol Buffers should allow you to work…