Viewing profile — charesjrdan
charesjrdan
HN member- Joined
- Sun, Aug 15, 2021, 12:12 AM UTC
- HN karma
- 57
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About charesjrdan
No profile information was provided.
Recent public activity
-
comment
Comment #38978530
This looks super useful for anything requiring optimistic updates, but how do you get data from triplit into another db? Perhaps for analytics or audit purposes. With something lik…
-
comment
Comment #37839931
Is there any support for profiling js applications? I see node.js but seems like browser js isn’t supported?
-
comment
Comment #35731056
You could look into http://xtdb.com/ if you want an open source alternative
-
comment
Comment #35730199
There are also similar datalog immutable databases with fully open source codebases out there too like https://www.xtdb.com/ or https://datahike.io/
-
comment
Comment #34945864
https://github.com/TimUntersberger/neogit Is a port of magit to neovim. Still some stuff missing (rebase/reset iirc) but mostly does the job
-
comment
Comment #33911078
I think this is one of my favourite pieces of tech in the past five years tbh. I still use bash for short And repl integration with neovim and conjure is great!
-
comment
Comment #33727308
What’s the reasoning behind using some database I’ve never heard of vs Postgres etc? Interesting project though
-
comment
Comment #32356068
I love babashka but always find nbb scripts hard because everything returns a promise which makes the normal REPL workflow tricky.. maybe I’m doing it wrong though
-
comment
Comment #30936667
Craft.do is a good solution to your problem if you don’t mind closed source. I personally have started using logseq.com though, it is a good fully open source file system based app…
- story
-
comment
Comment #30330123
Twitter bought them for the devs and shut the project down. I just thought it was a very interesting project and even though it’s 10 years old I don’t think I’ve seen any DB tool t…
- story
-
comment
Comment #29342012
Great pointers, I started learning Clojure for a hobby project and was initially put off by the lack of ‘frameworks’ like nextjs or rails, but after effectively piecing my own stac…
-
comment
Comment #29006470
Not sure I agree with your first point. Next can output static sites easily, I've used it for some tiny marketing sites recently and I think its fine for small sites. You get auto …
-
comment
Comment #28969474
I also am taking that course (1/3 completed so far, it’s a long course) and have some things to say. Not affiliated in any way, my company paid for it. I think it doesn’t teach any…
-
comment
Comment #28889770
I caved earlier this year and got an M1 MacBook Air, $1000 (for the 16gb of ram model) and it’s significantly faster than my (2 year old but much more expensive) thinkpad, it doesn…
-
comment
Comment #28889718
There is no expectation of privacy in public in the Uk either, it’s perfectly legal to take photos/videos of strangers in public. However in this case, I think the microphones wher…
-
comment
Comment #28838559
Is there ever a reason to use interface over type? From what I’ve seen it looks like they can both do the same thing but with slight differences in syntax
-
comment
Comment #28415083
An electric k car (i-MiEV) was the one of the first mainstream electric vehicles, made in 2009, but since then charging infrastructure has not been growing at a very fast rate and …
-
comment
Comment #28414944
There were some strict laws on emissions passed about 20 years ago which led many Japanese car manufacturers to focus on reducing particulate pollution levels. Diesel engines are s…
-
comment
Comment #28185101
Wow that video of the repl workflow was pretty eye opening! I’ve always wanted to learn clojure but rely on js tools too much, this hybrid approach is intriguing for sure though