Viewing profile — kolme
kolme
HN member- Joined
- Tue, Dec 17, 2013, 11:39 AM UTC
- HN karma
- 695
- Public activity
- 219 items
- HN profile
- View on Hacker News ↗
About kolme
No profile information was provided.
Recent public activity
-
comment
Comment #49142829
What? I don't even know what you're talking about, and I've written mountains of vanilla CSS code in big projects.
-
comment
Comment #47953377
> Of course, to be completely fair about my toolkit, standard Scheme can sometimes lack the heavyweight, “batteries-included” ecosystem required for massive enterprise production c…
-
comment
Comment #45826870
I used to use it, like over 20 years ago! Mozilla Suite was too slow for my taste and I only reached for it if Dillo couldn't render a page :) IIRC I stopped using it when Firefox …
-
comment
Comment #45826849
AFAIK Dillo is GTK-based, at least the UI part, so I don't think so.
-
comment
Comment #45770084
You don't have any stored passwords? Any private keys in your `.ssh/`? DB credentials in some config files? And the list goes on and on.
-
comment
Comment #45675434
I've also worked with CSV (barely) and SVN (more extensively) and I was blown away by Git. You can have real branches! Many of them! You don't have to manually merge them! It's dec…
-
comment
Comment #45633138
I think it looks nice, but: - Scrolling is unbearable on Firefox/Android. - The icons are way too "noisy" I would remove them. Also, posts without icon look "misplaced". Other than…
-
comment
Comment #45609982
I had to laugh out loud when I read that sentence. Really? I write code to pay my bills and sometimes just for fun. Trying to do everything "the most optimal way possible" is going…
-
comment
Comment #45169780
Yes, I was wrong on several levels. First and foremost I was wrong thinking that I was smarter than others — that's not even how intelligence works. Second I was wrong being so stu…
-
comment
Comment #45168347
I did that when I was young and naive. I'll tell you why I did it. I thought I was very smart. Like, really really smart, maybe the smartest programmer in the team. And as such my …
-
comment
Comment #45168305
Yes, you are technically correct and yet absolutely irrelevant to the conversation, just adding meaningless noise. Also, there are many linters that also do formatting, blurring th…
-
comment
Comment #44916484
> I’d say it’s more spreading knowledge around How is it spreading knowledge around? A lot of times it gives half backed answers and a lot of beginners are using it while learning.…
-
comment
Comment #44482375
> But UIs are not pure functions, they have a deeply effectful nature, and being reactive all those effects are highly “situated” if you will (to use Rich Hickey’s word). Oh, but w…
-
comment
Comment #44149235
He got famous because of "redux" and "hot module reload" and then he got hired by Meta and started working on react. This was before the hook era.
-
comment
Comment #43575182
Well, there's RabbitMQ and the rest of the message queues out there. But I don't know if those fall in your definition of "graceful".
-
comment
Comment #42702458
The "zones" are way too big. For example working in west Germany is quite different to working in east Germany. The same goes for north and south Spain, north and south Italy, and …
-
comment
Comment #42350039
No, you're not missing anything. Anyone programming outside of the USA is well aware of localisation and how to use it.
-
comment
Comment #41863996
> Lest everyone using any flavour of Linux is liable to the same problem? If by that you mean, if you are using Linux in production servers: You may use GPL software in a commercia…
-
comment
Comment #41712854
> copy pasting chunks of code from one place to another and then modifying those chunks That's not how you program. I've never seen anyone programing in this way unless they were j…
-
comment
Comment #41690310
In my last gig we had exactly the same stack (WC without the shadow dom part + just lit-html) and it's great. The best part is not having a dependency hell situation every other we…
-
comment
Comment #41650501
If you don't have RDBMS wisdom and program an application around a RDBMS, your application is going to suck. No ORM or framework is going to save you.
-
comment
Comment #41617547
If I call a restaurant and an AI answers, I'm going to call somewhere else. I just don't like talking to machines. I'll happily tap through the app, though.
-
comment
Comment #41492458
Yes, that first part was not. But the article continues like this: - they use that credentials to make a commit adding malicious code to the CI pipeline - The rouge pipeline job ad…
-
comment
Comment #41489176
From TFA: > A surprising number of websites still expose their .git directories to the public. When scanning for such exposures on a target, I noticed that the .git folder was publ…
-
comment
Comment #41487252
I find "removing" or resetting styles kind of hacky. Another solution might be packing the map in a shadow element so that it doesn't get affected by the page CSS.