Viewing profile — comatory
comatory
HN member- Joined
- Wed, Jun 25, 2014, 8:11 PM UTC
- HN karma
- 66
- Public activity
- 61 items
- HN profile
- View on Hacker News ↗
About comatory
My Github: https://github.com/comatory
Recent public activity
-
comment
Comment #45137843
Fun thing but do "winners" feel superior to others? Is that what em dash is about?
-
story
How to find OSS libraries/projects that are looking for maintainers?
As the title suggests, I’d like to know what are the methods for finding out this information, apart from explicitly searching such projects via GH, mailing lists etc. E.g. would l…
-
comment
Comment #41086963
I can only recommend Zola as well. I’ve been using it for past 4 years or so and it’s been very stable. Like you, I feel the docs could be a bit more deeper (+more examples) but I’…
-
comment
Comment #40705281
I'm a web dev so naturally, I'd pick something I know well to implement UIs. Second, distribution is a big one. With native mobile, you have to go through lot of hoops to get your …
-
comment
Comment #40318321
Software devs doing wood working is kind of a meme nowadays, isn’t it?
-
comment
Comment #40091703
This feels really amateur-ish. I am a customer of Kagi and I wish them to succeed. So what were they doing up until now? Tax fraud? Paying for search is uncommon for regular folk, …
-
comment
Comment #39798168
You can do this if you're in US, salaries elsewhere for tech jobs are more inline with salaries for specialized professions (doctors, lawyers). They're still larger than other jobs…
-
comment
Comment #38978234
I have an idea to make any documentation rendered in HTML to be processed. You could then have an application that could parse it, digest it, store it for offline access and have s…
-
comment
Comment #37940649
If you're not a technical type you will not be bothered with setting up a website so that's why I think centralized services will always win. It's similar to why people don't make …
-
comment
Comment #37118749
I picked up Dart in a week or so and felt very productive with it in less than a month, the language itself is very easy to understand if you already know Typescript or Java. Flutt…
-
comment
Comment #36401848
nice I like it
-
comment
Comment #36351997
Whats the game?
-
comment
Comment #28286790
Is this still the case? I checked few registrars and they seem to go around $10 nowadays but maybe I missed places with better deals. I get the reason why that would attract spamme…
-
comment
Comment #28275090
I mean especially .ninja, .work etc
-
comment
Comment #28274748
Yeah but I wonder if all of these others would get flagged as well.
-
story
Using xyz TLD domain as a primary email address
Is this considered OK. I want to use email address such as `me@mylastname.xyz` I already purchased the domain. I'm only asking if I can run into some issues where my email would be…
-
comment
Comment #27237909
I have been using this for few years. It's great and I think it fits well how developers want to configure and backup overall.
-
story
Ask HN: Is back-end web development less complex than front-end nowadays?
Basically I'm just wondering if grass is greener on the other side. Don't get me wrong, I really like FE development and I've been successful in creating a nice career out of it fo…
-
comment
Comment #26229287
It’s cool. I tried reading the code but man, the HTML file is over 2k lines since everything is inline. I understand your motivation to implement this without build tools and frame…
-
comment
Comment #26229251
Switch local storage for IndexedDB. Good library that wraps it is PouchDB: https://pouchdb.com/ It can sync browser db to remote database.
-
comment
Comment #21460538
That URL worked for me Would you mind opening issue on GH or just sharing the details what exactly happened? Thanks.
-
comment
Comment #21460480
Cool I’ll look into it and fix it.
-
story
Fb2iCal – Convert Facebook Events to iCal Files
https://fb2ical.com I created this little app for my own needs. It takes URL of Facebook event (or event ID) and tries to convert it to iCal files that can be imported in your cale…
-
story
Best way to learn C in 2019?
What would be a good reference to learn C language (I presume ANSI C) today? It used to be K & R book, not sure if that is still relevant. I'm not looking for a resource that's for…
-
story
What are some good (free) resources for learning Node.js?
I've been writing Javascript for few years now but mostly frontend code, I am familiar with modules, ES6, package dependencies etc. What I'm looking for is a good book/github repo …