Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xthetrfd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
xthetrfd
3y ago
How many users does your app have? Do you make any revenue?
2.
▲
by
xthetrfd
3y ago
You can bookmark this instead: https://github.com/j0be/PowerDeleteSuite Much easier
3.
▲
by
xthetrfd
3y ago
This blog post is not very informative. How did they prompt GPT4 to explain the neuron's behavior?
4.
▲
Protecting Android users from 0-Day attacks
(blog.google)
2 points
by
xthetrfd
4y ago
|
0 comments
5.
▲
by
xthetrfd
6y ago
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 fast in the terminal.
6.
▲
by
xthetrfd
6y ago
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.
7.
▲
by
xthetrfd
6y ago
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 offer better privacy.
8.
▲
by
xthetrfd
6y ago
Well if you find it let me know. Also normal wheel scrolling
9.
▲
by
xthetrfd
6y ago
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 android app "Materialistic" to access HN. It offers a m
10.
▲
by
xthetrfd
6y ago
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.
11.
▲
by
xthetrfd
6y ago
I believe that some recent Python version has added (optional) type annotation support. I haven't ever used it though.
12.
▲
by
xthetrfd
6y ago
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. On the other hand every *nix system has cut s
13.
▲
by
xthetrfd
6y ago
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 used the tool to convert to Kotlin. Then I tried to infer
14.
▲
by
xthetrfd
6y ago
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.
15.
▲
by
xthetrfd
6y ago
Arch Linux because of simplicity
16.
▲
by
xthetrfd
6y ago
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 course no camera just the presentation.
17.
▲
by
xthetrfd
6y ago
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 probably play with opencv or pytorch.