Viewing profile — distracteddev90
distracteddev90
HN member- Joined
- Thu, Feb 20, 2014, 7:16 PM UTC
- HN karma
- 56
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About distracteddev90
Socials:
https://bsky.app/profile/distracteddev.bsky.social
Interests:
AI/ML, Entrepreneurship, Fitness, Hacking, Hiking, Investment, Programming, Research, Startups, Writing, Yoga
---
Recent public activity
-
comment
Comment #39362098
Does this work well when set up to use my local machine and my personal credentials?
-
comment
Comment #36403659
Not the original commenter but I manage a similar system: 1. Wait timings for jobs. 2. Run timings for jobs. 3. Timeout occurrences and stdout/stderr logs of those runs 4. Retry me…
-
comment
Comment #35562077
Was affected by this, and so far, windscribe is a far superior service. The transition was seamless.
-
comment
Comment #14280572
Just signed up and this is almost exactly what I've been looking for. The Github repo mentions a REST api that can be used to push arbitrary data into the system. Are there any doc…
-
comment
Comment #12705840
There is no reason to feel alone, perhaps rare, but not alone. There are others that share your feelings (including myself). These people are often labelled as the "pragmatic". The…
-
comment
Comment #12068752
Turning off javascript also removes most paywalls, even the ones that have started protecting against direct links from search results.
-
comment
Comment #12057902
I believe this is symptomatic of an industry moving away from job board based recruiting. There has been a significant change in the recruiting sphere and many talent teams are sta…
-
comment
Comment #11973070
This is the exact situation I'm in and I'm on my 3rd TN. Get a good lawyer and this shouldn't be a problem. If you do get this visa though, be very careful what you say to the bord…
-
comment
Comment #11626940
The main premise in my comment is that the benchmarks do not resemble real world performance, and are therefore misleading. The comment above ( https://news.ycombinator.com/item?id…
-
comment
Comment #11626678
The benchmarks for node.js are terribly misleading. The node.js implementations only ever spawn a single process, and thus node is only running on a single core and uses only a sin…
-
comment
Comment #11370911
One thing I find interesting is that everyone loves to hate CoffeeScript, but its individual features/syntax are consistently lauded in conversations about other languages. (Not to…
-
comment
Comment #9806027
Docker doesn't force you to put your app and your db on the same image. That is up to you. Most have "App" images and "DB" images separate. If we want to get really specific, Its a…
-
comment
Comment #9566670
Hrmmmm good point. Not one that applies to me particularly since if I'm on a server then I'm usually only running pre-written .sh scripts. (edit: this was a reply to the post below…
-
comment
Comment #9566603
Would you mind expanding on what fish does out-of-the-box that prezto neglects or hides behind configuration? I am in a similar boat as you and was just wondering what I had to loo…
-
comment
Comment #9566592
I can clearly see the difference between Fish and regular ol' bash, but struggling to see what value Fish adds above prezto/zsh. Could anyone help me out here?
-
comment
Comment #9439154
Agreed. Something like this but based on RethinkDB or FaunaDB would be nice to see. Also if you chose to leverage these newer databases, you could leverage their in-built PUB-SUB s…
-
comment
Comment #9439144
True, but once you start adding middleware for business logic that conditionally runs for different routes, you end up with requests that get routed in a very non-linear fashion. M…
-
comment
Comment #9438918
how is this different from https://github.com/wprl/baucis ? Also, whenever I've tried to use something like this for an actual product I end up quickly outgrowing the simple CRUD m…
-
comment
Comment #9073741
Actually would argue that Promises are less composable since you're forced to use whatever control flow paradigm the Promise library has provided or add another library to handle c…
-
comment
Comment #9073686
I believe Sequelize does this: https://sequelize.readthedocs.org/en/latest/docs/migrations/
-
comment
Comment #9073667
Both callbacks and promises are fairly simple interfaces for calling a function after some other function has completed. Both interfaces can be abused to give you an ever growing i…
-
comment
Comment #9073639
Any chance Rdb plans to support a traditional callback style interface for those of us that prefer to stay away from promises?
-
comment
Comment #9073627
Mongo is great for when you're rapidly developing a product and/or still operating at a small-medium scale. Once you start to really scale, you'll start to find a couple parts of M…
-
comment
Comment #7879310
Feedback: - The lack of an option to search only vegetarian recipes makes this pretty much useless for me. - Adding ingredients has a fairly large delay. I suspect some optimizatio…
-
comment
Comment #7796960
This looks amazing, and the StrongLoop team is chalked full of some great Node.js developers. But for some reason I'm still worried about using it as the backbone for an enterprise…