Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
charesjrdan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
charesjrdan
3y ago
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 like electric-sql you can just use one of the many Postgres too
2.
▲
by
charesjrdan
3y ago
Is there any support for profiling js applications? I see node.js but seems like browser js isn’t supported?
3.
▲
by
charesjrdan
3y ago
You could look into http://xtdb.com/ if you want an open source alternative
4.
▲
by
charesjrdan
3y ago
There are also similar datalog immutable databases with fully open source codebases out there too like https://www.xtdb.com/ or https://datahike.io/
5.
▲
by
charesjrdan
4y ago
https://github.com/TimUntersberger/neogit Is a port of magit to neovim. Still some stuff missing (rebase/reset iirc) but mostly does the job
6.
▲
by
charesjrdan
4y ago
I think this is one of my favourite pieces of tech in the past five years tbh. I still use bash for short <5 line scripts but everything else is bb (though I’ve started looking into nbb because you can use node libs like ink which seems
7.
▲
by
charesjrdan
4y ago
What’s the reasoning behind using some database I’ve never heard of vs Postgres etc? Interesting project though
8.
▲
by
charesjrdan
4y ago
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
9.
▲
by
charesjrdan
4y ago
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 approach. It supports markdown and org mode, and I store the fi
10.
▲
by
charesjrdan
5y ago
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 that allows you to dynamically change the data modal like thi
11.
▲
DabbleDb (2012)
(youtube.com)
1 points
by
charesjrdan
5y ago
|
2 comments
12.
▲
by
charesjrdan
5y ago
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 stack together from components like Reitit and Integrant I’m rea
13.
▲
by
charesjrdan
5y ago
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 routing, and can use react components without any hassl
14.
▲
by
charesjrdan
5y ago
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 anything you couldn’t learn yourself by reading the spec o
15.
▲
by
charesjrdan
5y ago
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’t have a touchscreen but meets every other requirement you
16.
▲
by
charesjrdan
5y ago
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 where picking up conversations from private gardens and the
17.
▲
by
charesjrdan
5y ago
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
18.
▲
by
charesjrdan
5y ago
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 is quite a way behind smaller European countries. There are
19.
▲
by
charesjrdan
5y ago
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 still used, but are rare compared to petrol because you need
20.
▲
by
charesjrdan
5y ago
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