Viewing profile — gray_-_wolf
gray_-_wolf
HN member- Joined
- Sat, Oct 07, 2017, 5:00 PM UTC
- HN karma
- 783
- Public activity
- 309 items
- HN profile
- View on Hacker News ↗
About gray_-_wolf
No profile information was provided.
Recent public activity
-
comment
Comment #48717857
[flagged]
-
comment
Comment #48001042
I mean, both wxWidgets and Qt are fine, no? GTK 2 and 3 as well (4+ is... meh). There are plenty applications using one of these (often via python bindings). I think it is more of …
-
comment
Comment #47992019
If they are indeed conscious and they "die" by deleting the conversation, is it not quite immoral to do so? Basically "kill" conscious, intelligent being, and for what? Saving some…
-
comment
Comment #47665459
> Only the janitor's department calling in can dial that sequence Is this the case though? Cannot any website use the same trick Adobe does to check whether you have Creative Cloud…
-
comment
Comment #47245955
> unpaid overtime Through European lenses this part seems insane. It is work, so pay me for it :) Every oncall rotation I was part of ever was paid, is the "unpaid" part a US thing…
-
comment
Comment #46487701
Out of curiosity, what stops you from taking a photo of a AI generated picture?
-
comment
Comment #46487695
Laws can change, sure, but probably business practices will change first, since it is easier. In EU, you are entitled to money refund for online purchased goods (with some caveats …
-
comment
Comment #46412179
> all areas that matter: sleeps when lid closed, wakes when lid opens, touchpad and display don’t suck. All of these seem to be fine on my thinkpad (true, I probably have somewhat …
-
comment
Comment #46102350
> Just commit the example input The example input(s) is part of the "text", and so committing it is also not allowed. I guess I could craft my own example inputs and commit those, …
-
comment
Comment #46097105
I am very happy that we get the advent of code again this year, however I have read the FAQ for the first time, and I must admit I am not sure I understand the reasoning behind thi…
-
comment
Comment #45783085
> Old terminals are slow and have a bunch of weird Unicode issues. rxvt-unicode is plenty fast and handles unicode well, at least as far as I can tell...
-
comment
Comment #45772660
Pricing model for a terminal. What a time to be alive. > Can I continue to use Warp as my primary terminal? > Yes, the Terminal features of Warp will continue to be free to use for…
-
comment
Comment #45626377
> that “times” is a property over the “5” object Maybe here is the confusion, ruby is based on message passing, so the `times` is a message you are sending to 5, not a property of …
-
comment
Comment #45340471
But at least it was not low effort spam.
-
comment
Comment #44776638
Last time I was looking into this, is there not up to an hour of delay for the billing alerts? It did not seem possible to ensure you do not run over your budget.
-
comment
Comment #44480219
Yeah, the book is definitely worth the asking price.
-
comment
Comment #44357207
I found https://www.gnu.org/software/tramp/tramp-emacs.html#Multi_00... to be working pretty well, but it definitely took some fiddling and experimentation to get the right setting…
-
comment
Comment #44357181
The thing is TRAMP also gives you a shell, not just a file access. When I am in a remote buffer, I can do M-x shell, and I will get a command line running on the remote host. What …
-
comment
Comment #44014511
> talking about the average developer really, not the typical end-user Average developer wants Windows (with WSL) or Mac. Still not Linux. ¯\_(ツ)_/¯
-
comment
Comment #43869749
One huge advantage of JQ is that it often is installed. I have jq in our Jenkins image, but I do not have this tool. The syntax is bit arcane, but once you invest bit of time into …
-
comment
Comment #43861473
I see, I misunderstood that. I have read it as an attempt to prevent redis taking the code from valkey. However, if the intention was the other way (to allow valkey to take code fr…
-
comment
Comment #43861054
I am bit confused by the comments here. Sure, it remains to be seen whether Redis Ltd. can be trusted again, but cannot we just be a happy for a bit that we (again) have a good sof…
-
comment
Comment #43860968
I am not sure what that would achieve? Combining programs under GPLv3 and AGPLv3 is possible (the resulting work is under AGPLv3).
- comment
-
comment
Comment #43445200
Good question. I care only about POSIX compatible shells, so the escaping just follows the POSIX rules. In practice that means it works on any actually used system except windows, …