Viewing profile — xthetrfd
xthetrfd
HN member- Joined
- Sun, Mar 29, 2020, 8:19 PM UTC
- HN karma
- 38
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About xthetrfd
No profile information was provided.
Recent public activity
-
comment
Comment #36380358
How many users does your app have? Do you make any revenue?
-
comment
Comment #36258936
You can bookmark this instead: https://github.com/j0be/PowerDeleteSuite Much easier
-
comment
Comment #35878182
This blog post is not very informative. How did they prompt GPT4 to explain the neuron's behavior?
- story
-
comment
Comment #26122651
One area where fish is excellent is IMO interactive shell scripting. No more case..esac and friends. Fish adopts a python-like syntax that makes it ridiculously easy to write loops…
-
comment
Comment #25675156
You can use the swipe functionality of the gboard even with the open source android keyboard provided you are rooted. It's just a library file that you have to install.
-
comment
Comment #25259745
I wish we had the option to use web apps instead for native apps for everything. As much as I hate modern web, I can't deny that not only are web apps cross platform, they also off…
-
comment
Comment #24589234
Well if you find it let me know. Also normal wheel scrolling
-
comment
Comment #24063871
I agree with you. I mostly just read the title and then the comments, especially if I know a thing or two about the subject. Partially off topic but I personally use the FOSS andro…
-
comment
Comment #23645375
ASGI is meant to be used to enable asynchronous Python code. I guess there are many I/O bound server applications that can benefit from it.
-
comment
Comment #23569507
I believe that some recent Python version has added (optional) type annotation support. I haven't ever used it though.
-
comment
Comment #23445800
I can't understand why you are mentioning awk. Cut or choose cannot be compared to awk, awk is a programming language. Also I don't think that it's so much easier to use than cut. …
-
comment
Comment #23344162
So you're forced to learn a new language? I was obliged to write code for a university project in Kotlin instead of Java. Most of the code was already written in Java. So I just us…
-
comment
Comment #23164628
It seems to me at this point that UI/UX developers just refuse to learn low level languages. Qt applications for example are extremely fast and cross platform.
-
comment
Comment #23137167
Arch Linux because of simplicity
-
comment
Comment #22951298
I use it as a student. It's very good and easy to use. I'm curious about the performance with many participants though as we only use it in classes with at most 40 persons. And of …
-
comment
Comment #22790097
I am trying to improve my web development skills by writing a chat application. I will implement saving messages to the database next. Also I want to learn something ml-ish probabl…