Viewing profile — zzo38computer
zzo38computer
HN member- Joined
- Mon, Jun 19, 2017, 5:17 PM UTC
- HN karma
- 1,965
- Public activity
- 3,361 items
- HN profile
- View on Hacker News ↗
About zzo38computer
Recent public activity
-
comment
Comment #49118788
Working with screen readers is not the only possible problem. It is not very good if you disable loading fonts, or if you disable CSS as well, or using a browser that does not load…
-
comment
Comment #49115392
I agree that benefits come from fine-grained permissions; however, for the fine permissions of user authentication (and API authentication), I think it would help to use X.509 cert…
-
comment
Comment #49102256
Possibly, to add the anti-discrimination law, one of the other things that is protected against discrimination would be the computers (including kind of computers and lack of compu…
-
comment
Comment #49102174
Different countries use different money, and also if they sell in the place then it can still be a price for the different place, which does not necessarily involve surveillance, n…
-
comment
Comment #49101869
My only use of GitHub Actions specifies permissions that only allow it to write to the issue tracker, so if the program it executes (which is the "gh" program) is malicious then th…
-
comment
Comment #49053646
I might su combining Proposal A (but only for contributions (to Debian) that actually involve the output of LLMs/generative-AI or that blindly trust their results) with Proposal C …
-
comment
Comment #49052096
I have less than one terabyte of disk space, and less than 10% of the full capacity is in use, so it is closer to being empty. (The hard drives they sell have more capacity than I …
-
comment
Comment #49051687
I agree with most of what you write, and I think it is good that you mention these details. I also do not use LLM/generative-AI and I do not intend to use LLM/generative-AI, and ma…
-
comment
Comment #49010580
It still works for me too (I have no account on Reddit and have no intention to have an account, even if they try to insist), and it is also possible to add .json on the end of the…
-
comment
Comment #48886294
I do not like much of the modern decor either, but there are some additional issues. I think that they should not need to put all of the lights inside and outside even in the day t…
-
comment
Comment #48606148
One thing I have been working on is a implementation of X.509. (I also made my own implementation of DER, which I already use for some things that are unrelated to X.509, such as a…
-
comment
Comment #48576504
I do not use emoji and I do not have (and do not want) colourful emoji on my computer (emoji as ordinary text characters would be acceptable for the purpose of displaying texts tha…
-
comment
Comment #48536259
Super ZZ Zero is one of my projects, which is a game engine written in C with SDL1 (although it may be possible to port it to something that does not use SDL1, too). It is similar …
-
comment
Comment #48536172
I also would think that client certificates would help better. Then, you do not need API keys, as well as other benefits, such as the end user can create their own passworded priva…
-
comment
Comment #48532915
I agree with you. The extensions and plugins should be separated from the rest of the program, like any other extensions, and can be configured and disabled by the end user. Some o…
-
comment
Comment #48532768
The list of concerns omits many things (although they do mention many valid concerns), such as concerns about control by the organizations that provide the AI services, power that …
-
comment
Comment #48530936
I agree that the bug report is not very good. I also agree that having commits written by Claude is not necessarily what caused the bug, although it might be (it is also possible t…
-
comment
Comment #48521865
I also think should be moved into extensions. However, extension security policies and other restrictions do not have to necessarily be so restrictive; there can be permissions but…
-
comment
Comment #48481011
I had thought of that in the past too, and also thought that the additional functions (if needed, which it usually isn't, in my opinion) should be the secondary function and not th…
-
comment
Comment #48480935
> By this logic, shouldn't we also use plain HTTP instead of TLS? Better would be to use plain HTTP in addition to TLS, rather than instead of TLS. TLS does have benefits, but if i…
-
comment
Comment #48480898
I agree; you should allow non-TLS connections as well as TLS. (At least, access that does not require authentication should not require TLS, but should still allow it if that is wh…
-
comment
Comment #48480729
I think it is a good idea. JavaScripts and CSS can enhance it but should not be required. Accessibility functions are also helpful; if designed well then it would be helpful for ev…
-
comment
Comment #48438125
I agree that it would be better to not require JavaScripts. (But, I think it can be helpful to have mirrors on other services as well, for this and other reasons.) However, there a…
-
comment
Comment #48437964
The server is down, but I copied the C code to here #include #include #include #include #define TAU (6.283185307179586476925286766559005768394) static unsigned char head[16]; stati…
-
comment
Comment #48432595
I had written a NTSC emulator in C, based on some other equations I had found, although it expects command-line arguments to control many things (such as the phase), and expects a …