Viewing profile — Reubensson
Reubensson
HN member- Joined
- Sun, Jul 25, 2021, 4:48 PM UTC
- HN karma
- 50
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About Reubensson
No profile information was provided.
Recent public activity
-
comment
Comment #46989798
If i was wrong, my bad. You just felt sympathy for the rejected bot and tried to get its changes merged? And made passive aggressive comments about needing a birth certificate
-
comment
Comment #46989488
You are the person behind running the LLM bot, right? You opened the second PR to get the same code merged. Maybe it is you who should a take a breather before direting your bot to…
-
comment
Comment #46107860
What do you mean that cpu does something different? Isnt cpu doing what is being asked, that being xor with consequence of zeroing when given two same values.
-
comment
Comment #45920658
Yeah I suppose. Haven't seen rack of servers express grief when someone is mean to them. And I am quite sure that I would notice at that point. Comparing current LLMs/chatbots what…
-
comment
Comment #45916485
What the fuck are you talking about. If you think these matrix multiplication programs running on gpu have feelings or can feel pain you, I think you have completely lost it
-
comment
Comment #44198778
Youtube used to have a lite premium but they removed that. Sounds very similar but shittier with similar/same price.
-
comment
Comment #43726211
Tested the free chat. The chat bot gave slightly incorrect answer, and trustworthiness gave it score of 0.749 and said the answer is completely incorrect, which was not actually th…
-
comment
Comment #43127531
With podman and kube (crio and containerd) you can create mirror config such that the pulls happen from a mirror transparently. Some mirrors also support proxy cache behaviour so y…
-
comment
Comment #43077394
Yeah, not using cookies is irrelevant if you use other means to track user. Also people like to think they need to show the "cookie banner" for all cookies regardless of how they a…
-
comment
Comment #43072145
I was only commenting about DNS part, self signed certificates come with their own lot of trouble. At least I havent ever run into any cache issues with local resolvers. I have pre…
-
comment
Comment #43071907
Couldn't you just add the domain to /etc/hosts and have it resolve that way. No need to buy domain if you are just testing locally. Also you wouldn't be exposing anything to outsid…
-
comment
Comment #39934685
I would guess even most of time people using epsilon don't understand it. Its not like there is universal constant error with floating point numbers. I feel that saying just use ep…
-
comment
Comment #39705555
A lot of people use. I think it is common at least in Europe but probably varies by country.
-
comment
Comment #39555198
I dont think they have abandoned InfluxQL. They are still supporting it in the InfluxDB 3 as far I know. But they are abandoning flux, which was a mess and pain to use.
-
comment
Comment #34983075
I think wikipedia does a quite good job explaining what different operations do: https://en.m.wikipedia.org/wiki/Bitwise_operation
-
comment
Comment #34624670
I suppose it should be a link to some resource about Berkeley Packet Filters ( https://en.m.wikipedia.org/wiki/Berkeley_Packet_Filter ).
-
comment
Comment #34446925
Don't really see a problem using goto there. Simplyfies control flow and error handling. Assuming we are talking about same piece of code.
-
comment
Comment #32453079
it doesnt enforce the types in any way
-
comment
Comment #31838492
Are you able to create terminal forms with multiple fields at the same time? I tried to look at the examples, but they all had single widget at a time. I used https://github.com/ch…
-
comment
Comment #31652432
To me it sounds like it boils down to either you release the software or you don't. If you decide to release it into public, I don't think there is much you can realistically do to…
-
comment
Comment #31294301
Absolutely agree. I find it easier to learn things when there is problem/goal to work towards. My favourite projects have been the ones I know little about beforehand (for example …
-
comment
Comment #31248992
I thought these restrictions were set by UK goverment, not by individual operators. Edit: I am not sure if age restriction check is responsibility of sites themselves or service pr…
-
comment
Comment #31235621
Isn't key derivation function completely separate from aes implementation. I mean you could have used the same broken key derivation with some other aes implementation. Also aes-10…
-
comment
Comment #31160601
I am sure that if you use a language/library for long enough, its bad design descisions aren't a huge problem to you. Reading the docs of course helps, but it is still inconvenienc…
-
comment
Comment #31156600
> array functions have the same parameter order and string functions have theirs Except when they have different order :) array_filter(array $array, ?callable $callback = null, int…