Viewing profile — Swiffy0
Swiffy0
HN member- Joined
- Mon, May 11, 2020, 2:13 PM UTC
- HN karma
- 134
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About Swiffy0
No profile information was provided.
Recent public activity
-
comment
Comment #48322840
Well I'm a Finn and have reported my findings to the FCSC. Zero hassle. The folks at Traficom are a really nice and smart bunch, I have had chats with them face to face a couple of…
-
comment
Comment #45357494
Having been writing a lot of AWS CDK/IAC code lately, I'm looking at this as the "spec" being the infrastructure code and the implementation being the deployed services based on th…
-
comment
Comment #45101213
Hmm but that sounds pretty much like how I currently understand how our brains work. Not sure how factual this is, but I remember watching a video about how our brains essentially …
-
comment
Comment #44507342
I'm Finnish and in in Finnish we translate "call" in function context as "kutsua", which when translated back into English becomes "invite" or "summon". So at least in Finnish the …
-
comment
Comment #44167924
My 5 cents would be that LLMs have replaced all those random (e.g. CSS, regex etc) generators, emmet-like IDE code completion/generator tools, as well as having to google for arbit…
-
comment
Comment #40377062
This to me seems like one of those things that makes me think why is this considered such a problem that it needs a "proper" solution like this. If I have a function written in TS …
-
comment
Comment #40130507
Isn't the whole point of the term "invariant" that it describes something as unchanging under specific circumstances. e.g. The sum of the angles of triangles is 180 degrees in the …
-
comment
Comment #40030825
Surely their research is not about shipping broken software though, then your goals would be in conflict. I suppose your point is that the researcher's goal in not exactly to ship …
-
comment
Comment #39776720
I've been following a data science course called "The Data Science Course 2023: Complete Data Science Bootcamp" at Udemy. The course starts all the way back from basic statistics a…
-
comment
Comment #39662601
On another note, I think something like this should come with some kind of zero knowledge proof of the future encrypted thing being what it is claimed to be, so that one doesn't ha…
-
comment
Comment #39589676
I don't know if I disagree with this, but this reminded me about one thing that for some reason stuck to my mind once. It was about statistics and probabilities. I think I was talk…
-
comment
Comment #39589558
I've began to question the complexity of many of these paradoxes I run into these days. In this case, isn't this just a matter of the definition of a "heap of sand"? The article se…
-
comment
Comment #38161477
I totally get it, when I think of it from a privacy and personal security point of views. With wikipedia, it really is a sort of "He who controls the information, controls the worl…
-
comment
Comment #38058797
Hasn't no one tried to approach this with AI? I'd figure it wouldn't be too hard to record couple of hundred of hours of different kinds of fires burning, maybe "re-encode" / trans…
-
comment
Comment #34217794
The process of aggregating and formatting searchable information from many sources. When you simply Google something, you're presented with blogs, articles, stackoverflow pages, gi…
-
comment
Comment #34128341
Makes me think if survivorship bias (or similar) applies here. While it's not fun to see LP having a lot of incidents in its history, maybe those could be viewed as something that …
-
comment
Comment #33520347
I'll go ahead and say that a sprinkle of humor would help a lot here. If a coworker comes to you with a problem that is trivial to you, it shouldn't be a problem in the first place…
-
comment
Comment #32013654
Thought someone might say this! You're right. At the risk of sounding kind of hypocritical, after a decently long career in software engineering, I've learned that some carefully c…
-
comment
Comment #32011584
Wtf. If your use-case is that the user can select the crust, sauce, cheese and toppings for a pizza, just pass that shit to the make_pizza function with the help of enums and array…
-
comment
Comment #31619731
Well, we already have more than enough ways to pay for stuff digitally and most of them are already very easy to use, very fast and secure enough. Therefore I think it's relatively…
-
comment
Comment #28826742
I mean with the way the world is going, who knows if someone will get offended by the Apple logo and wants the option to customise it to their liking
-
comment
Comment #23142383
Aren't the collision models already pretty simple as is? Simple shapes like boxes, spheres and lines, for which the collisions are fast to calculate. Don't know how it works if you…